This commit is contained in:
2026-08-16 13:00:29 +02:00
parent e6d6968e52
commit 7fc8edd1d0
71 changed files with 2359 additions and 448 deletions
+790 -1
View File
@@ -12,7 +12,795 @@ members = [".", "migration", "event_bus"]
[dependencies]
tokio = { version = "1.53.1", features = ["full"] }
axum = { version = "0.8", features = ["ws"] }
.0
axum = { version = "0.8", features = ["ws", "multipart"] }
axum-extra = { version = "0.12.6", features = ["cookie"] }
config = "0.15.25"
sea-orm = { version = "2.0.0", features = ["sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio", "with-chrono", "with-uuid", "with-json", "schema-sync"] }
@@ -41,3 +829,4 @@ anyhow = "1.0.104"
futures-util = "0.3"
form_urlencoded = "1.2.2"
time = "0.3.54"
sha2 = "0.10"