This commit is contained in:
2026-05-10 03:16:13 +02:00
parent 5f05108132
commit 0b441b0759
77 changed files with 2100 additions and 71 deletions
+4 -2
View File
@@ -11,7 +11,8 @@ crate-type = ["rlib"]
members = [".", "migration", "event_bus"]
[dependencies]
tokio = { version = "1.52.2", features = ["full"] }
tokio = { version = "1.52.3", features = ["full"] }
axum = "0.8"
config = "0.15.22"
sea-orm = { version = "2.0.0-rc.38", features = ["sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio", "with-chrono", "with-uuid", "with-json", "schema-sync"] }
migration = { path = "migration" }
@@ -26,4 +27,5 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"]
thiserror = "2"
utoipa = { version = "5", features = ["uuid"] }
log = "0.4"
glob = "0.3"
bitflags = "2.11.1"
argon2 = { version = "0.6.0-rc.8", features = ["password-hash"] }