rust/clippy_dummy/Cargo.toml
2018-10-02 10:02:31 +02:00

18 lines
518 B
TOML

[package]
name = "clippy_dummy" # rename to clippy before publishing
version = "0.0.301"
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
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-nursery/rust-clippy"
license = "MPL-2.0"
keywords = ["clippy", "lint", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]
[build-dependencies]
term = "0.5.1"