diff options
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 7a7a76be..db6837df 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -11,6 +11,8 @@ azalea-buf.workspace = true azalea-crypto.workspace = true base64.workspace = true chrono = { workspace = true, features = ["serde"] } +crypto-bigint.workspace = true # TODO: Remove when rsa is fixed. +crypto-primes.workspace = true # TODO: Remove when rsa is fixed. indexmap.workspace = true md-5.workspace = true reqwest = { workspace = true, default-features = false, features = [ |
