blob: 61bdd421c764e8fae81b3eb30c16d9d6d282cff1 [file] [log] [blame]
[package]
name = "clippy_dummy" # rename to clippy before publishing
version = "0.0.303"
edition = "2024"
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"