2016-06-25 18:12:29 +02:00
|
|
|
[package]
|
2016-06-26 13:26:30 +02:00
|
|
|
name = "clippy-mini-macro-test"
|
2017-12-20 08:16:43 -08:00
|
|
|
version = "0.2.0"
|
2021-03-09 17:50:04 +01:00
|
|
|
authors = ["The Rust Clippy Developers"]
|
2019-10-04 17:39:23 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2016-06-26 13:26:30 +02:00
|
|
|
description = "A macro to test clippy's procedural macro checks"
|
2018-11-22 04:40:09 +01:00
|
|
|
repository = "https://github.com/rust-lang/rust-clippy"
|
2019-02-03 14:47:03 +01:00
|
|
|
edition = "2018"
|
2016-06-25 18:12:29 +02:00
|
|
|
|
|
|
|
[lib]
|
2016-06-26 13:26:30 +02:00
|
|
|
name = "clippy_mini_macro_test"
|
2017-12-20 08:16:43 -08:00
|
|
|
proc-macro = true
|
2016-06-25 18:12:29 +02:00
|
|
|
|
|
|
|
[dependencies]
|