ci: explicitly help out aws-lc-sys with bindgen

This commit is contained in:
2025-09-13 14:06:40 -06:00
parent ce42f51606
commit fcab216926
4 changed files with 17 additions and 49 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "gman"
version = "0.0.2"
version = "0.0.1"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal secret management and injection tool"
@@ -60,6 +60,7 @@ azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0"
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = { version = "0.9", features = ["vendored"] }
aws-lc-sys = { version = "0.31.0", features = ["bindgen"] }
[dev-dependencies]
pretty_assertions = "1.4.1"