mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
10 lines
140 B
TOML
10 lines
140 B
TOML
[package]
|
|
name = "multiple_crate_versions"
|
|
version = "0.1.0"
|
|
publish = false
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
regex = "1.3.7"
|
|
serde = "1.0.110"
|