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"
|
2021-03-12 08:30:50 -06:00
|
|
|
authors = ["The Rust Clippy Developers"]
|
2019-10-04 10:39:23 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2016-06-26 06:26:30 -05:00
|
|
|
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"
|
2019-02-03 07:47:03 -06:00
|
|
|
edition = "2018"
|
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]
|