]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/mini-macro/Cargo.toml
New upstream version 1.53.0+dfsg1
[rustc.git] / src / tools / clippy / 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]