[package] name = "graphite-proc-macros" version = "0.1.0" authors = ["Graphite Authors "] edition = "2018" readme = "../README.md" homepage = "https://www.graphite.design" repository = "https://github.com/GraphiteEditor/Graphite" license = "Apache-2.0" publish = false [lib] path = "src/lib.rs" proc-macro = true [dependencies] proc-macro2 = "1.0.26" syn = { version = "1.0.68", features = ["full"] } quote = "1.0.9" [dev-dependencies.editor] path = "../editor" package = "graphite-editor"