2018-10-01 20:03:07 +00:00
|
|
|
[package]
|
2018-10-15 06:41:35 +00:00
|
|
|
name = "clippy_dummy" # rename to clippy before publishing
|
2019-07-26 19:01:18 +00:00
|
|
|
version = "0.0.303"
|
2018-10-01 20:03:07 +00:00
|
|
|
edition = "2018"
|
|
|
|
readme = "crates-readme.md"
|
|
|
|
description = "A bunch of helpful lints to avoid common pitfalls in Rust."
|
|
|
|
build = 'build.rs'
|
|
|
|
|
2018-11-22 03:40:09 +00:00
|
|
|
repository = "https://github.com/rust-lang/rust-clippy"
|
2018-10-01 20:03:07 +00:00
|
|
|
|
2019-10-04 15:39:23 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2018-10-01 20:03:07 +00:00
|
|
|
keywords = ["clippy", "lint", "plugin"]
|
|
|
|
categories = ["development-tools", "development-tools::cargo-plugins"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
2021-09-09 09:19:03 +00:00
|
|
|
term = "0.7"
|