Files
harmony/examples/openbao/Cargo.toml
Jean-Gabriel Gill-Couture 4fef957edb
Some checks failed
Run Check Script / check (pull_request) Failing after 51s
feat: Example openbao now can do openbao setup and better readme
2026-05-30 08:40:54 -04:00

18 lines
447 B
TOML

[package]
name = "example-openbao"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_config = { path = "../../harmony_config" }
tokio.workspace = true
anyhow.workspace = true
clap = { version = "4", features = ["derive"] }
serde = { workspace = true }
schemars = "0.8"
tracing = { workspace = true }