[package] name = "topo-macro" version = "0.10.0" description = "procedural macros for the topo crate" readme = "../CHANGELOG.md" # update here, update everywhere! license = "MIT/Apache-2.0" homepage = "https://moxie.rs" repository = "https://github.com/anp/moxie.git" authors = ["Adam Perry "] edition = "2018" [lib] proc-macro = true [dependencies] quote = "1.0" syn = { version = "1.0", features = ["full"] }