instant-xml/instant-xml-macros/Cargo.toml
2022-04-29 18:01:35 +02:00

14 lines
211 B
TOML

[package]
name = "instant-xml-macros"
version = "0.1.0"
edition = "2021"
workspace = ".."
[lib]
proc-macro = true
[dependencies]
heck = "0.4"
quote = "1.0.18"
syn = { version = "1.0.86", features = ["full"] }