ca437e81a7
Documentation on relicensing in previous commit Fixes #2885 Also fixes #3093, fixes #3094, fixes 3095, fixes #3096, fixes #3097, fixes #3098, fixes #3099, fixes #3100, fixes #3230
18 lines
519 B
TOML
18 lines
519 B
TOML
[package]
|
|
name = "clippy" # rename to clippy before publishing
|
|
version = "0.0.302"
|
|
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 = "MIT/Apache-2.0"
|
|
keywords = ["clippy", "lint", "plugin"]
|
|
categories = ["development-tools", "development-tools::cargo-plugins"]
|
|
|
|
[build-dependencies]
|
|
term = "0.5.1"
|