14 lines
287 B
TOML
14 lines
287 B
TOML
|
# 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"
|