del user, add del domains

This commit is contained in:
realaravinth
2021-03-11 15:30:05 +05:30
parent 68322def60
commit a73725eb39
9 changed files with 310 additions and 72 deletions

View File

@@ -22,10 +22,10 @@ actix-web = "3"
actix = "0.10"
sqlx = { version = "0.4.0", features = [ "runtime-actix-rustls", "postgres" ] }
argon2-creds = { version = "0.2", git = "https://github.com/realaravinth/argon2-creds", tag = "0.2.0" }
argon2-creds = { version = "0.2", git = "https://github.com/realaravinth/argon2-creds", commit = "61f2d1d" }
config = "0.10"
validator = "0.12"
validator = { version = "0.12", features = ["derive"]}
derive_builder = "0.9"
derive_more = "0.99"