This commit is contained in:
2026-08-16 13:01:50 +02:00
parent 7fc8edd1d0
commit 2a5c3de919
+3 -789
View File
@@ -12,794 +12,6 @@ members = [".", "migration", "event_bus"]
[dependencies] [dependencies]
tokio = { version = "1.53.1", features = ["full"] } tokio = { version = "1.53.1", features = ["full"] }
.0
axum = { version = "0.8", features = ["ws", "multipart"] } axum = { version = "0.8", features = ["ws", "multipart"] }
axum-extra = { version = "0.12.6", features = ["cookie"] } axum-extra = { version = "0.12.6", features = ["cookie"] }
config = "0.15.25" config = "0.15.25"
@@ -809,6 +21,7 @@ event_bus = { path = "event_bus" }
parking_lot = "0.12.5" parking_lot = "0.12.5"
serde = "1.0.229" serde = "1.0.229"
serde_json = "1.0.151" serde_json = "1.0.151"
toml = "1.1.3"
toml = "1.1.4" toml = "1.1.4"
uuid = { version = "1.24.0", features = ["v4", "v7", "fast-rng", "serde"] } uuid = { version = "1.24.0", features = ["v4", "v7", "fast-rng", "serde"] }
tracing = "0.1.44" tracing = "0.1.44"
@@ -823,10 +36,11 @@ jsonwebtoken = { version = "11.0.0", features = ["aws_lc_rs"] }
tower = { version = "0.5", features = ["util"] } tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.7.0", features = ["catch-panic", "cors", "trace"] } tower-http = { version = "0.7.0", features = ["catch-panic", "cors", "trace"] }
chrono = "0.4.45" chrono = "0.4.45"
validator = { version = "0.20.0", features = ["derive"] }
validator = { version = "0.21.0", features = ["derive"] } validator = { version = "0.21.0", features = ["derive"] }
async-trait = "0.1.91" async-trait = "0.1.91"
anyhow = "1.0.104" anyhow = "1.0.104"
futures-util = "0.3" futures-util = "0.3"
form_urlencoded = "1.2.2" form_urlencoded = "1.2.2"
time = "0.3.54" time = "0.3.54"
sha2 = "0.10"