mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 17:15:05 +00:00
8 lines
116 B
TOML
8 lines
116 B
TOML
|
[package]
|
||
|
name = "multiple_crate_versions"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[dependencies]
|
||
|
ctrlc = "=3.1.0"
|
||
|
ansi_term = "=0.11.0"
|