mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
Merge pull request #19 from bartvdbraak/feat/cargo-publish
Publish to crates.io and improve documentation
This commit is contained in:
commit
c1632d4d24
6 changed files with 59 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue