2016-06-25 11:12:29 -05:00
|
|
|
[package]
|
2016-06-26 06:26:30 -05:00
|
|
|
name = "clippy-mini-macro-test"
|
2017-12-20 10:16:43 -06:00
|
|
|
version = "0.2.0"
|
2016-06-25 11:12:29 -05:00
|
|
|
authors = [
|
|
|
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
|
|
|
"Andre Bogus <bogusandre@gmail.com>",
|
|
|
|
"Georg Brandl <georg@python.org>",
|
|
|
|
"Martin Carton <cartonmartin@gmail.com>",
|
|
|
|
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
|
|
|
|
]
|
2016-06-26 06:26:30 -05:00
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "A macro to test clippy's procedural macro checks"
|
2018-11-21 21:40:09 -06:00
|
|
|
repository = "https://github.com/rust-lang/rust-clippy"
|
2016-06-25 11:12:29 -05:00
|
|
|
|
|
|
|
[lib]
|
2016-06-26 06:26:30 -05:00
|
|
|
name = "clippy_mini_macro_test"
|
2017-12-20 10:16:43 -06:00
|
|
|
proc-macro = true
|
2016-06-25 11:12:29 -05:00
|
|
|
|
|
|
|
[dependencies]
|