]> git.lizzy.rs Git - rust.git/blob - mini-macro/Cargo.toml
Version checks are useless now that we ride the trains
[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-nursery/rust-clippy"
14
15 [lib]
16 name = "clippy_mini_macro_test"
17 proc-macro = true
18
19 [dependencies]