6c2199ea9f
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
17 lines
462 B
TOML
17 lines
462 B
TOML
[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.6"
|