Functional xml parser and sed integration

This commit is contained in:
Jurn Wubben 2026-01-24 20:26:42 +01:00
parent a9f193ecc7
commit 3e6ce77549
4 changed files with 1553 additions and 63 deletions

View file

@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
nom = "8.0.0"
image = "0.25.9"
quick-xml = { version = "0.39.0", features = ["serialize"] }
serde = { version = "1.0.228", features = ["derive"] }
# nom = "8.0.0"