mirror of
https://github.com/instant-labs/instant-xml.git
synced 2025-02-03 08:32:02 +00:00
14 lines
211 B
TOML
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"] }
|