Server upload works
This commit is contained in:
+4
-2
@@ -12,12 +12,14 @@ serde_json = "1.0.149"
|
||||
rhai = "1.24.0"
|
||||
chrono = "0.4.44"
|
||||
rusqlite = { version = "0.39.0", features = ["chrono"] }
|
||||
reqwest = { version = "0", features = ["json", "stream"] }
|
||||
reqwest = { version = "0", features = ["json", "stream", "multipart"] }
|
||||
rodio = "0.22.2"
|
||||
sha2 = "0.11.0"
|
||||
hex = "0.4.3"
|
||||
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
rayon = "1.12.0"
|
||||
hex = "0.4.3"
|
||||
hex-literal = "1.1.0"
|
||||
zstd = "0.13.3"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user