rust-clippy/clippy_dummy/Cargo.toml

18 lines
503 B
TOML
Raw Normal View History

2018-10-01 20:03:07 +00:00
[package]
name = "clippy_dummy" # rename to clippy before publishing
version = "0.0.303"
authors = ["The Rust Clippy Developers"]
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'
repository = "https://github.com/rust-lang/rust-clippy"
2018-10-01 20:03:07 +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]
2019-12-22 22:46:17 +00:00
term = "0.6"