Server upload works

This commit is contained in:
2026-06-01 15:36:53 +03:00
parent 8e18e82202
commit c0bd558233
10 changed files with 405 additions and 13 deletions
+4 -2
View File
@@ -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"