type driven development, checks for email + name
This commit is contained in:
@ -28,6 +28,15 @@ tracing-log = "0.2"
|
||||
once_cell = "1"
|
||||
secrecy = { version = "0.8", features = ["serde"] }
|
||||
tracing-actix-web = "0.7"
|
||||
unicode-segmentation = "1"
|
||||
claim = "0.5"
|
||||
validator = "0.16"
|
||||
|
||||
[dev-dependencies]
|
||||
fake = "2.9"
|
||||
quickcheck = "1.0"
|
||||
quickcheck_macros = "1.0"
|
||||
rand = "0.8"
|
||||
|
||||
[dependencies.sqlx]
|
||||
version = "0.7.3"
|
||||
|
||||
Reference in New Issue
Block a user