suplicate errors and database fkey null correction

This commit is contained in:
realaravinth
2021-03-11 16:45:43 +05:30
parent a73725eb39
commit 6be10af6fd
7 changed files with 107 additions and 18 deletions

View File

@@ -20,6 +20,8 @@ path = "./src/tests-migrate.rs"
[dependencies]
actix-web = "3"
actix = "0.10"
actix-identity = "0.3"
actix-http = "2.2"
sqlx = { version = "0.4.0", features = [ "runtime-actix-rustls", "postgres" ] }
argon2-creds = { version = "0.2", git = "https://github.com/realaravinth/argon2-creds", commit = "61f2d1d" }
@@ -40,11 +42,11 @@ log = "0.4"
lazy_static = "1.4"
actix-identity = "0.3"
actix-http = "2.2"
m_captcha = { version = "0.1.0", git = "https://github.com/mCaptcha/mCaptcha", tag = "0.1.0" }
rand = "0.8"
[dev-dependencies]
actix-rt = "1"