summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/clippy_dummy/Cargo.toml
blob: c206a1eb07b500a28c114936e7a27af2879cd3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "clippy_dummy" # rename to clippy before publishing
version = "0.0.303"
edition = "2018"
readme = "crates-readme.md"
description = "A bunch of helpful lints to avoid common pitfalls in Rust."
build = 'build.rs'

repository = "https://github.com/rust-lang/rust-clippy"

license = "MIT OR Apache-2.0"
keywords = ["clippy", "lint", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]

[build-dependencies]
term = "0.7"