[package] name = "node-macro" publish = false version = "0.0.0" rust-version = "1.66.0" authors = ["Graphite Authors "] edition = "2021" readme = "../../README.md" homepage = "https://graphite.rs" repository = "https://github.com/GraphiteEditor/Graphite" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { workspace = true } proc-macro2 = { workspace = true } quote = { workspace = true }