1
0
Fork 0
forked from wry/wry

utils: add wire-to-xml utility

This commit is contained in:
Julian Orth 2025-07-12 08:12:30 +02:00
parent e7697b790a
commit 1ab031b206
6 changed files with 823 additions and 564 deletions

9
wire-to-xml/Cargo.toml Normal file
View 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"