rust/mini-macro/Cargo.toml

15 lines
342 B
TOML
Raw Normal View History

2016-06-25 11:12:29 -05:00
[package]
name = "clippy-mini-macro-test"
version = "0.2.0"
authors = ["The Rust Clippy Developers"]
license = "MIT OR Apache-2.0"
description = "A macro to test clippy's procedural macro checks"
repository = "https://github.com/rust-lang/rust-clippy"
edition = "2018"
2016-06-25 11:12:29 -05:00
[lib]
name = "clippy_mini_macro_test"
proc-macro = true
2016-06-25 11:12:29 -05:00
[dependencies]