mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
20 lines
511 B
TOML
20 lines
511 B
TOML
[package]
|
|
name = "clippy-mini-macro-test"
|
|
version = "0.1.0"
|
|
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/Manishearth/rust-clippy"
|
|
|
|
[lib]
|
|
name = "clippy_mini_macro_test"
|
|
plugin = true
|
|
|
|
[dependencies]
|