mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +00:00
21 lines
362 B
TOML
21 lines
362 B
TOML
|
[crates]
|
||
|
# some of these are from cargotest
|
||
|
cargo = '0.49.0'
|
||
|
iron = '0.6.1'
|
||
|
ripgrep = '12.1.1'
|
||
|
xsv = '0.13.0'
|
||
|
#tokei = '12.0.4'
|
||
|
rayon = '1.5.0'
|
||
|
serde = '1.0.118'
|
||
|
# top 10 crates.io dls
|
||
|
bitflags = '1.2.1'
|
||
|
libc = '0.2.81'
|
||
|
log = '0.4.11'
|
||
|
proc-macro2 = '1.0.24'
|
||
|
quote = '1.0.7'
|
||
|
rand = '0.7.3'
|
||
|
rand_core = '0.6.0'
|
||
|
regex = '1.3.2'
|
||
|
syn = '1.0.54'
|
||
|
unicode-xid = '0.2.1'
|