rust/tests/ui-cargo/multiple_crate_versions/12145_with_dashes/Cargo.toml

14 lines
287 B
TOML
Raw Normal View History

# Should not lint for dev or build dependencies. See issue 5041.
[package]
name = "multiple-crate-versions-with-dashes"
version = "0.1.0"
publish = false
[workspace]
# One of the versions of winapi is only a dev dependency: allowed
[dependencies]
winapi = "0.2"
ansi_term = "=0.11.0"