This commit is contained in:
2026-05-16 17:57:54 +02:00
parent 1a2ec26f27
commit b2cefb7d66
55 changed files with 1654 additions and 334 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ uuid = { version = "1.23.1", features = ["v4", "v7", "fast-rng", "serde"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
thiserror = "2"
utoipa = { version = "5", features = ["uuid"] }
utoipa = { version = "5", features = ["uuid", "chrono"] }
log = "0.4"
bitflags = "2.11.1"
argon2 = { version = "0.6.0-rc.8", features = ["password-hash"] }