pre-metrics
This commit is contained in:
+8
-1
@@ -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"
|
||||
Reference in New Issue
Block a user