delete tokio

This commit is contained in:
nora 2022-11-20 20:29:04 +01:00
parent 9d73254291
commit a572c048c9
No known key found for this signature in database
3 changed files with 26 additions and 1045 deletions

View file

@ -6,6 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11", features = ["json", "brotli", "gzip", "native-tls", "deflate"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3.25"