diff options
Diffstat (limited to 'azalea-crypto')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 1d992b50..04f6217a 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -15,6 +15,8 @@ azalea-buf = { workspace = true, optional = true } cfb8.workspace = true num-bigint.workspace = true rand = { workspace = true, features = ["os_rng"] } +# TODO: Remove when rand is fixed. +rand_core.workspace = true rsa = { workspace = true, features = ["sha2"] } rsa_public_encrypt_pkcs1.workspace = true sha1.workspace = true |
