Files
rustical/crates/xml/Cargo.toml

12 lines
244 B
TOML

[package]
name = "rustical_xml"
version.workspace = true
edition.workspace = true
description.workspace = true
repository.workspace = true
[dependencies]
quick-xml.workspace = true
thiserror.workspace = true
xml_derive = { path = "./derive" }