preload creds manager

This commit is contained in:
realaravinth
2021-06-13 13:35:09 +05:30
parent 1ddbf196ff
commit 5e6e04514e
4 changed files with 17 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache
futures = "0.3.14"
sqlx = { version = "0.4.0", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] }
argon2-creds = { version = "0.2.1", git = "https://github.com/realaravinth/argon2-creds"}
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}
config = "0.11"
validator = { version = "0.13", features = ["derive"]}