utils: add wire-to-xml utility
This commit is contained in:
parent
e7697b790a
commit
1ab031b206
6 changed files with 823 additions and 564 deletions
9
wire-to-xml/Cargo.toml
Normal file
9
wire-to-xml/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "wire-to-xml"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
|
||||
quick-xml = "0.38.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue