fix: Revert back hacky stuff so I can test with act now

This commit is contained in:
2025-09-12 21:33:50 -06:00
parent b95ac1a686
commit e334b375da
4 changed files with 6 additions and 98 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "gman"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal secret management and injection tool"
@@ -58,8 +58,6 @@ gcloud-sdk = { version = "0.28.1", features = [
crc32c = "0.6.8"
azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0"
openssl = { version = "0.10.73", features = ["vendored"] }
aws-lc-sys = { version = "0.31.0", features = ["bindgen", "ssl"] }
[dev-dependencies]
pretty_assertions = "1.4.1"