mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 17:02:32 +00:00
13 lines
260 B
TOML
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" }
|