mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
15 lines
315 B
TOML
15 lines
315 B
TOML
[package]
|
|
name = "rustical_xml"
|
|
version.workspace = true
|
|
rust-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" }
|