Functional xml parser and sed integration
This commit is contained in:
parent
a9f193ecc7
commit
3e6ce77549
4 changed files with 1553 additions and 63 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue