rust-clippy/tests/ui-cargo/multiple_crate_versions/pass/Cargo.toml
Eduardo Broto 7a0eccbd8a Add test for multiple_crate_versions
Make the output of the lint deterministic by sorting the versions
2020-05-21 14:11:11 +02:00

7 lines
109 B
TOML

[package]
name = "cargo_common_metadata"
version = "0.1.0"
[dependencies]
regex = "1.3.7"
serde = "1.0.110"