diff options
| author | mat <git@matdoes.dev> | 2025-08-15 20:42:22 -0800 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-15 20:42:22 -0800 |
| commit | 7ae3eceee2a2a5577259b1aa066f97b1314e175d (patch) | |
| tree | c5033fa82d511a3ee0bd850545cdb23ba460e2f0 /Cargo.toml | |
| parent | fba8338becba614a3724f21447b85945e024cce3 (diff) | |
| download | azalea-drasl-7ae3eceee2a2a5577259b1aa066f97b1314e175d.tar.xz | |
depend on git repo for rsa crate to fix compilation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ quote = "1.0.40" rand = "0.9.2" regex = "1.11.1" reqwest = { version = "0.12.23", default-features = false } -rsa = "0.10.0-rc.4" +rsa = { version = "0.10.0-rc.4", git = "https://github.com/RustCrypto/RSA", rev = "f32d85d1ed394a6d03f0403f423c19fda475b8bf" } rsa_public_encrypt_pkcs1 = "0.4.0" rustc-hash = "2.1.1" serde = "1.0.219" |
