rs-matter/matter_macro_derive/Cargo.toml
Wakahisa 7bde97debc pin proc-macro versions
There's a breaking change in syn 2
2023-04-02 12:22:43 +02:00

13 lines
294 B
TOML

[package]
name = "matter_macro_derive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
syn = { version = "1", features = ["extra-traits"]}
quote = "1"
proc-macro2 = "1"