feat: change staticroutes->route to Option<RawXml> instead of MaybeString

This commit is contained in:
2026-01-18 10:06:15 -05:00
parent 9a1aad62c9
commit 9978acf16d
3 changed files with 182 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
[package]
name = "sttest"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_tui = { path = "../../harmony_tui" }
harmony_types = { path = "../../harmony_types" }
cidr = { workspace = true }
tokio = { workspace = true }
harmony_macros = { path = "../../harmony_macros" }
harmony_secret = { path = "../../harmony_secret" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
serde = { workspace = true }
brocade = { path = "../../brocade" }