From 5b1cda74c6cd22fefc2a0d74601adccf3ab16aaf Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 9 May 2015 15:22:22 +0530 Subject: [PATCH] Add info --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22565ccb76bb..01151894867a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "clippy" -version = "0.0.1" +version = "0.0.2" authors = [ "Manish Goregaokar ", "Andre Bogus " ] +description = "A bunch of helpful lints to avoid common pitfalls in Rust" +repository = "https://github.com/Manishearth/rust-clippy" +readme = "README.md" +license = "MPL-2.0" +keywords = ["clippy", "lint", "plugin"] [lib] name = "clippy"