feat: additional metadata fields

This commit is contained in:
Bart van der Braak 2023-11-10 00:46:36 +01:00
parent 08466adb0c
commit be400c0c50

View file

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