Fixed name mismatches and missing feature flag
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user