feat: hatter fork

This commit is contained in:
2024-11-17 10:50:06 +08:00
parent 90372941be
commit f2388b11cf
3 changed files with 6 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ rand = "0.8"
# reqwest = { version = "0.11", features = ["blocking", "rustls", "rustls-tls"] }
rpassword = "7.3"
rsa = { version = "0.9", features = ["pem"] }
rust-crypto = "0.2"
rust-crypto-hatter-fork = "0.2"
rust_util = "0.6"
security-framework = { version = "3.0", features = ["OSX_10_15"], optional = true }
serde = { version = "1.0", features = ["derive"] }
@@ -56,9 +56,6 @@ ctrlc = "3.4"
[build-dependencies]
swift-rs = { path = "swift-rs", features = ["build"], optional = true }
[patch.crates-io]
rust-crypto = { git = "https://github.com/jht5945/rust-crypto.git" }
[profile.release]
codegen-units = 1
opt-level = 'z'