pre-metrics

This commit is contained in:
2026-05-15 19:35:06 +02:00
parent 0b441b0759
commit 132057217d
43 changed files with 1172 additions and 172 deletions
+8 -1
View File
@@ -28,4 +28,11 @@ thiserror = "2"
utoipa = { version = "5", features = ["uuid"] }
log = "0.4"
bitflags = "2.11.1"
argon2 = { version = "0.6.0-rc.8", features = ["password-hash"] }
argon2 = { version = "0.6.0-rc.8", features = ["password-hash"] }
jsonwebtoken = "10.3.0"
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["catch-panic", "cors", "trace"] }
chrono = "0.4.44"
validator = { version = "0.20.0", features = ["derive"] }
async-trait = "0.1.89"
anyhow = "1.0.102"