mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 12:22:16 +00:00
18 lines
323 B
TOML
18 lines
323 B
TOML
[package]
|
|
name = "xml_derive"
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn.workspace = true
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|
|
heck.workspace = true
|
|
darling.workspace = true
|
|
itertools.workspace = true
|