New upload api

This commit is contained in:
2026-08-11 13:50:08 +03:00
parent ae0d1e95d7
commit 66154e074f
3 changed files with 95 additions and 85 deletions
+7 -3
View File
@@ -4,10 +4,14 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.9", features = ["multipart", ] }
tokio = { version = "1.52.3", features = ["full"] }
rand = "0.10.1"
axum = { version = "0.8.9" }
tokio = { version = "1.53.1", features = ["full"] }
tokio-util = { version = "0.7.19", features = ["io"] }
rand = "0.10.2"
tower-http = {version = "0.7.0", features = ["cors", "trace"]}
parking_lot = "0.12.5"
http-body-util = "0.1.3"
futures-util = "0.3.32"
[dev-dependencies]
criterion = { version = "0.8.2", features = ["html_reports"] }