diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ edition = "2024" [dependencies] anyhow = "1" -argon2 = "0.5.0" +argon2 = "0.5" +password-hash = { version = "0.5", features = ["getrandom"] } async-trait = "0.1" base64 = "0.22" clap = "4" |
