feat: use crates.io
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user