diff options
| author | KunoiSayami <[email protected]> | 2026-02-09 20:42:41 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2026-02-09 20:42:41 +0800 |
| commit | 4ccffb79fd241497c7ccd63e14374e00561785e3 (patch) | |
| tree | e253f92dbdd657d4e00dde84a6c418b6cda2a6cf /Cargo.toml | |
| parent | ee6cbf82d93e498475e86697bde7bf8bb07d39d5 (diff) | |
fix: Fix compile error
Signed-off-by: KunoiSayami <[email protected]>
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" |
