Got uploading functional and cargo fmt-ing
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user