Got uploading functional and cargo fmt-ing

This commit is contained in:
kdeng00
2024-06-07 22:37:51 -04:00
parent 9c3d5d67c5
commit a4f38fd917
4 changed files with 99 additions and 7 deletions
+2
View File
@@ -11,6 +11,8 @@ edition = "2021"
[dependencies]
futures = { version = "0.3.30" }
reqwest = { version = "0.12.4", features = ["json", "blocking", "multipart", "stream"] }
http = { version = "1.1.0" }
# reqwest = { version = "0.12.4", features = ["full"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tokio = { version = "1.37", features = ["full"] }