Fixed name mismatches and missing feature flag

This commit is contained in:
2026-04-25 13:01:41 +02:00
parent 0ce17fe805
commit 616efa5282
4 changed files with 211 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio", "tls-native
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros"] }
dotenv = "0.15.0"
chrono = { version = "0.4.44", features = ["serde"] }
jsonwebtoken = "10.3.0"
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
argon2 = "0.5.3"
time = "0.3.47"