machines/rust/program/openbao-helper/Cargo.toml
Kaare Hoff Skovgaard 12ab4ce918
Some checks failed
/ rust-packages (push) Failing after 1m2s
/ dev-shell (push) Successful in 53s
/ check (push) Failing after 1m17s
/ terraform-providers (push) Successful in 21s
/ systems (push) Successful in 1m38s
Attempt to fix compilation error on Macos
2025-07-10 20:57:01 +02:00

14 lines
391 B
TOML

[package]
name = "openbao-helper"
edition = "2024"
version = "1.0.0"
metadata.crane.name = "openbao-helper"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
common = { path = "../../lib/common" }
log = { workspace = true }
nix = { workspace = true, features = ["env", "process"] }
serde = { workspace = true }
hakari = { version = "0.1", path = "../../lib/hakari" }