mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Add info
This commit is contained in:
parent
068e215728
commit
5b1cda74c6
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>"
|
||||
]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue