Skip to content

Commit 8a20d5b

Browse files
committed
Prepare clippy_utils/Cargo.toml for publishing
1 parent 5c1811a commit 8a20d5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clippy_utils/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "clippy_utils"
33
version = "0.1.84"
44
edition = "2021"
5+
description = "Helpful tools for writing lints, provided as they are used in Clippy"
6+
repository = "https://github.com/rust-lang/rust-clippy"
7+
license = "MIT OR Apache-2.0"
8+
keywords = ["clippy", "lint", "utils"]
9+
categories = ["development-tools"]
510

611
[dependencies]
712
arrayvec = { version = "0.7", default-features = false }

0 commit comments

Comments
 (0)