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:
kdeng00
2024-06-09 15:32:07 -04:00
parent 06256bebf7
commit a71a33b518
6 changed files with 60 additions and 43 deletions
+1 -4
View File
@@ -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"