mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
feat: implementation of secret fetching
This commit is contained in:
parent
591df1333f
commit
7b58549f4a
3 changed files with 2070 additions and 4 deletions
|
@ -3,6 +3,9 @@ name = "keyweave"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
azure_identity = "0.17.0"
|
||||
azure_security_keyvault = "0.17.0"
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
futures = "0.3.29"
|
||||
tokio = {version = "1.33.0", features = ["full"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue