From be400c0c50a7d354777291dcaac2efdd71da2558 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Fri, 10 Nov 2023 00:46:36 +0100 Subject: [PATCH] feat: additional metadata fields --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9f979ae..4c6f890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "keyweave" version = "0.2.2" edition = "2021" authors = ["Bart van der Braak "] +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] azure_identity = "0.17.0"