X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=d648cd7945ef269579351329a14301cc6037e2fd;hb=5c0cb0deaa116755bfb3f1fd05314c96f64959c9;hp=42455998fe79007e4235acd29307af04a92897c3;hpb=844c06a7c7c01c6d0f6fc36e34eb5d630a8d1380;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 42455998fe7..d648cd7945e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.63" +version = "0.1.65" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" @@ -31,6 +31,8 @@ termize = "0.1" compiletest_rs = { version = "0.8", features = ["tmp"] } tester = "0.9" regex = "1.5" +toml = "0.5" +walkdir = "2.3" # This is used by the `collect-metadata` alias. filetime = "0.2"