Add email validation

This commit is contained in:
Elnu 2022-07-08 22:04:15 -07:00
parent 0785bc2fe9
commit 2699a01c54
4 changed files with 65 additions and 2 deletions

View file

@ -10,6 +10,6 @@ actix-web = "4"
rusqlite = { version = "0.27.0", features = ["chrono"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
validator = "0.15.0"
validator = { version = "0.15.0", features = ["derive"] }
md5 = "0.7.0"
chrono = "0.4.19"