2016-06-25 18:12:29 +02:00
|
|
|
[package]
|
2016-06-26 13:26:30 +02:00
|
|
|
name = "clippy-mini-macro-test"
|
2016-06-25 18:12:29 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
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 13:26:30 +02:00
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "A macro to test clippy's procedural macro checks"
|
|
|
|
repository = "https://github.com/Manishearth/rust-clippy"
|
2016-06-25 18:12:29 +02:00
|
|
|
|
|
|
|
[lib]
|
2016-06-26 13:26:30 +02:00
|
|
|
name = "clippy_mini_macro_test"
|
2016-06-25 18:12:29 +02:00
|
|
|
plugin = true
|
|
|
|
|
|
|
|
[dependencies]
|