harmony/harmony_secret/Cargo.toml
Jean-Gabriel Gill-Couture ec277bc13d
All checks were successful
Run Check Script / check (pull_request) Successful in 1m15s
feat: Allow building harmony statically with x86_64-unknown-linux-musl target
2025-08-29 14:49:44 -04:00

25 lines
670 B
TOML

[package]
name = "harmony_secret"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony_secret_derive = { version = "0.1.0", path = "../harmony_secret_derive" }
serde = { version = "1.0.209", features = ["derive", "rc"] }
serde_json = "1.0.127"
thiserror.workspace = true
lazy_static.workspace = true
directories.workspace = true
log.workspace = true
# infisical = "0.0.2"
infisical = { git = "https://github.com/jggc/rust-sdk.git", branch = "patch-1" }
tokio.workspace = true
async-trait.workspace = true
http.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
tempfile.workspace = true