feat: Add pxe example and new data files structure

This commit is contained in:
2025-08-20 22:00:56 -04:00
parent 27c51e0ec5
commit e956772593
6 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[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 }