Files
rustical/crates/xml/Cargo.toml
2025-01-04 21:57:47 +01:00

13 lines
260 B
TOML

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