mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
9 lines
116 B
TOML
9 lines
116 B
TOML
[package]
|
|
name = "wildcard_dependencies"
|
|
version = "0.1.0"
|
|
publish = false
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
regex = "*"
|