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