[package] name = "clippy-mini-macro-test" version = "0.2.0" authors = [ "Manish Goregaokar ", "Andre Bogus ", "Georg Brandl ", "Martin Carton ", "Oliver Schneider " ] license = "MPL-2.0" description = "A macro to test clippy's procedural macro checks" repository = "https://github.com/rust-lang-nursery/rust-clippy" [lib] name = "clippy_mini_macro_test" proc-macro = true [dependencies]