9 lines
164 B
TOML
9 lines
164 B
TOML
[package]
|
|
name = "xml-to-wire"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
quick-xml = "0.39.0"
|
|
thiserror = "2.0.16"
|