Add rollback api method

This commit is contained in:
2026-08-11 15:13:27 +03:00
parent 66154e074f
commit 8646fb7d3a
3 changed files with 95 additions and 19 deletions
+1 -2
View File
@@ -4,13 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.9" }
axum = { version = "0.8.9", features = ["multipart"] }
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]