refactor: optimize threads and error handling

This commit is contained in:
Bart van der Braak 2023-11-10 01:14:19 +01:00
parent c1632d4d24
commit b9656bf118
3 changed files with 90 additions and 75 deletions

View file

@ -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"] }