Some checks failed
Run Check Script / check (pull_request) Failing after 51s
18 lines
447 B
TOML
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 }
|