mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Some initial work on xml parsing
This commit is contained in:
12
crates/xml/Cargo.toml
Normal file
12
crates/xml/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user