Removing futures

This commit is contained in:
2026-07-10 19:18:07 -04:00
parent ed528dd8fd
commit e32ebfde6f
2 changed files with 0 additions and 29 deletions
-1
View File
@@ -6,7 +6,6 @@ edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = { version = "0.3.32" }
http = { version = "1.4.0" }
reqwest = { version = "0.13.3", features = ["json", "blocking", "multipart", "stream"] }
serde = { version = "1.0.228", features = ["derive"] }