diff options
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 7dba87f6..ca7ddecb 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -11,8 +11,6 @@ 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 reqwest = { workspace = true, optional = true, default-features = false, features = [ "json", @@ -20,7 +18,6 @@ reqwest = { workspace = true, optional = true, default-features = false, feature "form", ] } rsa.workspace = true -signature.workspace = true # TODO: Remove when rsa is fixed. serde = { workspace = true, features = ["derive"] } serde_json.workspace = true thiserror.workspace = true |
