mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 00:17:13 +00:00
10 lines
143 B
TOML
10 lines
143 B
TOML
[package]
|
|
name = "multiple_crate_versions"
|
|
version = "0.1.0"
|
|
publish = false
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
winapi = "0.2"
|
|
ansi_term = "=0.11.0"
|