[package] name = "rbxm-proc" version = "0.2.1" authors = ["Rune Tynan "] edition = "2018" license = "MIT/Apache-2.0" description = "Internal proc macros for the `rbxm` crate" documentation = "https://docs.rs/rbxm-proc" repository = "https://github.com/CraftSpider/rbxm-rs" [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0"