2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-23 03:23:33 +00:00
rust-clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.toml

9 lines
132 B
TOML
Raw Normal View History

[package]
name = "multiple_crate_versions"
version = "0.1.0"
publish = false
[dependencies]
ctrlc = "=3.1.0"
ansi_term = "=0.11.0"