]> git.lizzy.rs Git - rust.git/blob - mini-macro/Cargo.toml
rustc_tools_util: try to handle case of not having CFG_RELEASE_CHANNEL better when...
[rust.git] / mini-macro / Cargo.toml
1 [package]
2 name = "clippy-mini-macro-test"
3 version = "0.2.0"
4 authors = [
5         "Manish Goregaokar <manishsmail@gmail.com>",
6         "Andre Bogus <bogusandre@gmail.com>",
7         "Georg Brandl <georg@python.org>",
8         "Martin Carton <cartonmartin@gmail.com>",
9         "Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10 ]
11 license = "MPL-2.0"
12 description = "A macro to test clippy's procedural macro checks"
13 repository = "https://github.com/rust-lang/rust-clippy"
14 edition = "2018"
15
16 [lib]
17 name = "clippy_mini_macro_test"
18 proc-macro = true
19
20 [dependencies]