Files
rustical/crates/xml/Cargo.toml
2025-06-11 21:35:46 +02:00

14 lines
285 B
TOML

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