mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 15:21:21 +00:00
feat: additional metadata fields
This commit is contained in:
parent
08466adb0c
commit
be400c0c50
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ name = "keyweave"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Bart van der Braak <bart@vanderbraak.nl>"]
|
authors = ["Bart van der Braak <bart@vanderbraak.nl>"]
|
||||||
|
keywords = ["azure", "keyvault", "env"]
|
||||||
|
description = "Fetches secrets from Azure Key Vault and weaves them into a convenient .env file"
|
||||||
|
license = "GPL-3.0"
|
||||||
|
documentation = "https://docs.rs/keyweave"
|
||||||
|
repository = "https://github.com/bartvdbraak/keyweave/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
azure_identity = "0.17.0"
|
azure_identity = "0.17.0"
|
||||||
|
|
Loading…
Reference in a new issue