feat: use crates.io

This commit is contained in:
2024-11-17 10:55:23 +08:00
parent f2388b11cf
commit 3046626691
3 changed files with 423 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ x25519-dalek = { version = "2.0", features = ["static_secrets", "getrandom"] }
x509-parser = "0.16"
yubikey = { version = "0.8", features = ["untested"], optional = true }
zeroize = "1.7"
swift-rs = { path = "swift-rs", optional = true }
swift-rs = { version = "1.0.7", optional = true }
spki = "0.7"
pqcrypto-kyber = "0.8"
pqcrypto-traits = "0.3"
@@ -54,7 +54,7 @@ dialoguer = "0.11"
ctrlc = "3.4"
[build-dependencies]
swift-rs = { path = "swift-rs", features = ["build"], optional = true }
swift-rs = { version = "1.0.7", features = ["build"], optional = true }
[profile.release]
codegen-units = 1