aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2026-02-09 20:42:41 +0800
committerKunoiSayami <[email protected]>2026-02-09 20:42:41 +0800
commit4ccffb79fd241497c7ccd63e14374e00561785e3 (patch)
treee253f92dbdd657d4e00dde84a6c418b6cda2a6cf /Cargo.toml
parentee6cbf82d93e498475e86697bde7bf8bb07d39d5 (diff)
fix: Fix compile error
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1baa66c..4b09960 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"