]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/Cargo.toml
move testfiles to "lintcheck" and fix more paths
[rust.git] / clippy_dev / Cargo.toml
index 517e9d250bca5e9543d218a8d28aa25d6c8de596..b1844e29b3273fa3e41a1a65fe070f4db1ffe73f 100644 (file)
@@ -1,19 +1,16 @@
 [package]
-authors = ["Philipp Hansch <dev@phansch.net>"]
-edition = "2018"
 name = "clippy_dev"
 version = "0.0.1"
+authors = ["The Rust Clippy Developers"]
+edition = "2018"
 
 [dependencies]
 bytecount = "0.6"
 clap = "2.33"
-flate2 = "1.0.19"
 itertools = "0.9"
 opener = "0.4"
 regex = "1"
 shell-escape = "0.1"
-tar = "0.4.30"
-ureq = "2.0.0-rc3"
 walkdir = "2"
 
 [features]