build: Fixed build dependencies

This commit is contained in:
2025-09-29 18:16:39 -06:00
parent eb9e671818
commit 262a3d6435
2 changed files with 41 additions and 22 deletions
+10 -4
View File
@@ -4,7 +4,13 @@ version = "0.1.0"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal command line secret management and injection tool"
keywords = ["cli", "secrets-manager", "secret-injection", "command-runner", "vault"]
keywords = [
"cli",
"secrets-manager",
"secret-injection",
"command-runner",
"vault",
]
documentation = "https://github.com/Dark-Alex-17/gman"
repository = "https://github.com/Dark-Alex-17/gman"
homepage = "https://github.com/Dark-Alex-17/gman"
@@ -56,9 +62,9 @@ gcloud-sdk = { version = "0.28.1", features = [
"google-cloud-secretmanager-v1",
] }
crc32c = "0.6.8"
azure_identity = "0.28.0"
azure_security_keyvault_secrets = "0.7.0"
aws-lc-sys = { version = "0.32.0", features = ["bindgen"] }
azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0"
aws-lc-sys = { version = "0.31.0", features = ["bindgen"] }
which = "8.0.0"
once_cell = "1.21.3"