harmony/examples/okd_pxe/Cargo.toml
Jean-Gabriel Gill-Couture 57c3b01e66
Some checks failed
Run Check Script / check (pull_request) Failing after 36s
chore: refactor pxe templates to jinja templates rendered by askama
2025-08-22 09:05:18 -04:00

20 lines
499 B
TOML

[package]
name = "example-pxe"
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" }
cidr = { workspace = true }
tokio = { workspace = true }
harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
askama = "0.14.0"