mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
refactor: optimize threads and error handling
This commit is contained in:
parent
c1632d4d24
commit
b9656bf118
3 changed files with 90 additions and 75 deletions
|
@ -10,6 +10,7 @@ documentation = "https://docs.rs/keyweave"
|
|||
repository = "https://github.com/bartvdbraak/keyweave/"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
azure_identity = "0.17.0"
|
||||
azure_security_keyvault = "0.17.0"
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
|
@ -17,4 +18,4 @@ futures = "0.3.29"
|
|||
tokio = {version = "1.34.0", features = ["full"]}
|
||||
|
||||
[target.'cfg(all(target_os = "linux", any(target_env = "musl", target_arch = "arm", target_arch = "aarch64")))'.dependencies]
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue