From 3d452c73c1d53099c8dc2d0e34634bf52262347d Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 10 May 2026 16:47:08 +0200 Subject: add rpassword dependency for azalea-auth --- azalea-auth/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-auth') diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index ca7ddecb..0cd6e3dc 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -17,6 +17,7 @@ reqwest = { workspace = true, optional = true, default-features = false, feature "rustls", "form", ] } +rpassword.workspace = true rsa.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true -- cgit v1.2.3