Added more multi-upload code
This commit is contained in:
+2
-1
@@ -10,9 +10,10 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3.30" }
|
||||
reqwest = { version = "0.12.4", features = ["json", "blocking"] }
|
||||
reqwest = { version = "0.12.4", features = ["json", "blocking", "multipart", "stream"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.115"
|
||||
tokio = { version = "1.37", features = ["full"] }
|
||||
tokio-util = { version = "0.7.11", features = ["codec"] }
|
||||
# rodio = "0.17.3"
|
||||
# metadata = "0.1.8"
|
||||
|
||||
Reference in New Issue
Block a user