docs: Added gopass docs to README

This commit is contained in:
2025-09-29 17:55:06 -06:00
parent 8d40c3773f
commit 3d38ac9b51
4 changed files with 24 additions and 65 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "gman"
version = "0.2.0"
version = "0.1.0"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal command line secret management and injection tool"
@@ -56,9 +56,9 @@ gcloud-sdk = { version = "0.28.1", features = [
"google-cloud-secretmanager-v1",
] }
crc32c = "0.6.8"
azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0"
aws-lc-sys = { version = "0.31.0", features = ["bindgen"] }
azure_identity = "0.28.0"
azure_security_keyvault_secrets = "0.7.0"
aws-lc-sys = { version = "0.32.0", features = ["bindgen"] }
which = "8.0.0"
once_cell = "1.21.3"