aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-05-10 16:47:08 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-05-10 16:47:08 +0200
commit3d452c73c1d53099c8dc2d0e34634bf52262347d (patch)
tree126287a900f7e9c9df3ed65c0aa17bff8c2fb38f /Cargo.toml
parentc689b47d44e8fdf03b25284014df139e990557f3 (diff)
downloadazalea-drasl-3d452c73c1d53099c8dc2d0e34634bf52262347d.tar.xz
add rpassword dependency for azalea-auth
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32e352bc..f4caf232 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,6 +69,7 @@ rand = "0.10.1"
rand_core = "0.10.1"
regex = "1.12.3"
reqwest = { version = "0.13.3", default-features = false }
+rpassword = "7.5.2"
rsa = "0.10.0-rc.18"
rsa_public_encrypt_pkcs1 = "0.4.0"
rustc-hash = "2.1.2"