[package] name = "fcplug-macros" version.workspace = true authors.workspace = true repository.workspace = true edition.workspace = true readme.workspace = true license.workspace = true description.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { workspace = true } quote = { workspace = true } proc-macro2 = { workspace = true }