NewUser validation
This commit is contained in:
@@ -7,8 +7,10 @@ edition = "2024"
|
||||
anyhow = "1.0.100"
|
||||
argon2 = "0.5.3"
|
||||
axum = "0.8.7"
|
||||
lazy_static = "1.5.0"
|
||||
password-hash = "0.5.0"
|
||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
regex = "1.12.2"
|
||||
serde = { version = "1.0.228", features = ["derive", "serde_derive"] }
|
||||
serde_json = "1.0.145"
|
||||
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
Reference in New Issue
Block a user