]> git.lizzy.rs Git - rust.git/blobdiff - mini-macro/Cargo.toml
more Use->DropTemps fixes
[rust.git] / mini-macro / Cargo.toml
index 171e5dd81727ba98f9c40464131e406f2d187191..a21e7fec6d4864cc3ec3f71682f89b1779d2cf30 100644 (file)
@@ -1,6 +1,6 @@
 [package]
-name = "mini-macro"
-version = "0.1.0"
+name = "clippy-mini-macro-test"
+version = "0.2.0"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -8,9 +8,13 @@ authors = [
        "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/rust-clippy"
+edition = "2018"
 
 [lib]
-name = "mini_macro"
-plugin = true
+name = "clippy_mini_macro_test"
+proc-macro = true
 
 [dependencies]