diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-05-10 16:47:08 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-05-10 16:47:08 +0200 |
| commit | 3d452c73c1d53099c8dc2d0e34634bf52262347d (patch) | |
| tree | 126287a900f7e9c9df3ed65c0aa17bff8c2fb38f /azalea-auth | |
| parent | c689b47d44e8fdf03b25284014df139e990557f3 (diff) | |
| download | azalea-drasl-3d452c73c1d53099c8dc2d0e34634bf52262347d.tar.xz | |
add rpassword dependency for azalea-auth
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
