[package] name = "cmd_wrk_macros" description = "WIP - Proc Macros for the cmd_wrk crate" tags = ["commands", "cli", "parser", "framework"] version = "0.0.1" authors = ["Khionu Sybiern "] edition = "2018" license = "Apache-2.0 OR MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.2" syn = { version = "1.0.5", features = [ "full" ] }