Files
harmony/opnsense-config-xml/Cargo.toml
Sylvain Tremblay c9e39d11ad
Some checks failed
Run Check Script / check (pull_request) Failing after 12s
fix: fix opnsense stuff for opnsense 25.1 test file
2026-01-22 14:52:29 -05:00

24 lines
643 B
TOML

[package]
name = "opnsense-config-xml"
edition = "2021"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
serde = { version = "1.0.123", features = [ "derive" ] }
log = { workspace = true }
env_logger = { workspace = true }
#yaserde = { path = "../../yaserde/yaserde" }
yaserde = { git = "https://github.com/jggc/yaserde.git" }
yaserde_derive = { git = "https://github.com/jggc/yaserde.git" }
xml-rs = "0.8"
thiserror.workspace = true
async-trait = { workspace = true }
tokio = { workspace = true }
uuid = { workspace = true }
rand = { workspace = true }
[dev-dependencies]
pretty_assertions = "1.4.1"