mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
7 lines
103 B
TOML
7 lines
103 B
TOML
[package]
|
|
name = "wildcard_dependencies"
|
|
version = "0.1.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
regex = "*"
|