Switch to async reqwest and colour in functions all the way up

This commit is contained in:
2026-05-03 10:36:43 +02:00
parent deda785c2a
commit a9de66a49f
4 changed files with 53 additions and 25 deletions
+1
View File
@@ -11,3 +11,4 @@ directories = "6.0.0"
reqwest = { version = "0.13.3", features = ["blocking"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread"] }