rustical_xml: Use darling for proc-macro parsing

This commit is contained in:
Lennart
2024-11-27 17:47:55 +01:00
parent a9ef680c30
commit 57268f202d
11 changed files with 227 additions and 479 deletions

View File

@@ -6,7 +6,6 @@ description.workspace = true
repository.workspace = true
[dependencies]
heck = "0.5.0"
quick-xml.workspace = true
thiserror.workspace = true
xml_derive = { path = "./derive" }