Merge pull request #19 from bartvdbraak/feat/cargo-publish

Publish to crates.io and improve documentation
This commit is contained in:
Bart van der Braak 2023-11-10 00:52:16 +01:00 committed by GitHub
commit c1632d4d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 59 additions and 23 deletions

View file

@ -1,8 +1,13 @@
[package]
name = "keyweave"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
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]
azure_identity = "0.17.0"