Files
rustical/crates/xml/Cargo.toml
2024-11-24 15:09:34 +01:00

13 lines
259 B
TOML

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