2016-06-25 16:12:29 +00:00
|
|
|
[package]
|
2016-06-26 11:26:30 +00:00
|
|
|
name = "clippy-mini-macro-test"
|
2017-12-20 16:16:43 +00:00
|
|
|
version = "0.2.0"
|
2016-06-25 16:12:29 +00: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 11:26:30 +00:00
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "A macro to test clippy's procedural macro checks"
|
2018-11-22 03:40:09 +00:00
|
|
|
repository = "https://github.com/rust-lang/rust-clippy"
|
2019-02-03 13:47:03 +00:00
|
|
|
edition = "2018"
|
2016-06-25 16:12:29 +00:00
|
|
|
|
|
|
|
[lib]
|
2016-06-26 11:26:30 +00:00
|
|
|
name = "clippy_mini_macro_test"
|
2017-12-20 16:16:43 +00:00
|
|
|
proc-macro = true
|
2016-06-25 16:12:29 +00:00
|
|
|
|
|
|
|
[dependencies]
|