[package] name = "macro_helper" version = "0.1.6" # remember to change html root url authors = ["Dang "] edition = "2018" description = "A bunch of procedural macros usefuls for write macro_rules! ones." license = "Unlicense" readme = "README.md" repository = "https://github.com/NonNullableName/macro_helper/" categories = ["no-std"] keywords = ["macro", "rules", "helper", "MBE", "procedural"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies]