mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 15:21:21 +00:00
fix: use vendored openssl for unix only
This commit is contained in:
parent
29b61a2e72
commit
5c4f255c0a
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,9 @@ edition = "2021"
|
|||
[dependencies]
|
||||
azure_identity = "0.17.0"
|
||||
azure_security_keyvault = "0.17.0"
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
futures = "0.3.29"
|
||||
tokio = {version = "1.33.0", features = ["full"]}
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
Loading…
Reference in a new issue