1
0
Fork 0
forked from wry/wry
wry/crates/wire-to-xml/Cargo.toml

10 lines
227 B
TOML

[package]
name = "wire-to-xml"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
quick-xml = "0.39.0"