NewUser validation

This commit is contained in:
2025-11-28 23:49:27 +01:00
parent d7374504f8
commit 4c6e0142ca
5 changed files with 37 additions and 1 deletions

View File

@@ -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"] }