harmony/examples/okd_installation/Cargo.toml
Jean-Gabriel Gill-Couture 241980ebec
All checks were successful
Run Check Script / check (pull_request) Successful in 1m13s
wip: OKd installation, some cleanup of unused and some refactoring
2025-09-01 23:36:35 -04:00

22 lines
628 B
TOML

[package]
name = "example-okd-install"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_types = { path = "../../harmony_types" }
harmony_secret = { path = "../../harmony_secret" }
harmony_secret_derive = { path = "../../harmony_secret_derive" }
cidr = { workspace = true }
tokio = { workspace = true }
harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
serde.workspace = true