Single target upload is functional but need to revisit multi-target upload
Multi-target upload is broken now. Needs to be revisited
This commit is contained in:
+1
-4
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "icarus-dm"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -12,10 +12,7 @@ edition = "2021"
|
||||
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"] }
|
||||
tokio-util = { version = "0.7.11", features = ["codec"] }
|
||||
# rodio = "0.17.3"
|
||||
# metadata = "0.1.8"
|
||||
|
||||
Reference in New Issue
Block a user