gmftools/gmfmacros/Cargo.toml

15 lines
243 B
TOML

[package]
name = "gmfmacros"
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 = "1"
quote = "1"
proc-macro2 = "1"