]> git.lizzy.rs Git - rust.git/blob - mini-macro/Cargo.toml
needless_collect: replace paths with diag items
[rust.git] / mini-macro / Cargo.toml
1 [package]
2 name = "clippy-mini-macro-test"
3 version = "0.2.0"
4 authors = ["The Rust Clippy Developers"]
5 license = "MIT OR Apache-2.0"
6 description = "A macro to test clippy's procedural macro checks"
7 repository = "https://github.com/rust-lang/rust-clippy"
8 edition = "2018"
9
10 [lib]
11 name = "clippy_mini_macro_test"
12 proc-macro = true
13
14 [dependencies]