Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
17 lines
224 B
TOML
17 lines
224 B
TOML
[package]
|
|
name = "clippy_dev"
|
|
version = "0.0.1"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bytecount = "0.6"
|
|
clap = "2.33"
|
|
itertools = "0.9"
|
|
opener = "0.5"
|
|
regex = "1"
|
|
shell-escape = "0.1"
|
|
walkdir = "2"
|
|
|
|
[features]
|
|
deny-warnings = []
|