mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
16 lines
242 B
TOML
16 lines
242 B
TOML
[package]
|
|
name = "xml_derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0", features = ["full"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
heck = "0.5.0"
|
|
strum.workspace = true
|
|
darling = "0.20"
|