rust/mini-macro/Cargo.toml

20 lines
521 B
TOML
Raw Normal View History

2016-06-25 18:12:29 +02:00
[package]
name = "clippy-mini-macro-test"
version = "0.2.0"
2016-06-25 18:12:29 +02:00
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
"Georg Brandl <georg@python.org>",
"Martin Carton <cartonmartin@gmail.com>",
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
]
license = "MPL-2.0"
description = "A macro to test clippy's procedural macro checks"
repository = "https://github.com/rust-lang-nursery/rust-clippy"
2016-06-25 18:12:29 +02:00
[lib]
name = "clippy_mini_macro_test"
proc-macro = true
2016-06-25 18:12:29 +02:00
[dependencies]