]> git.lizzy.rs Git - rust.git/blob - src/tools/tidy/Cargo.toml
Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser
[rust.git] / src / tools / tidy / Cargo.toml
1 [package]
2 name = "tidy"
3 version = "0.1.0"
4 edition = "2021"
5 autobins = false
6
7 [dependencies]
8 cargo_metadata = "0.14"
9 regex = "1"
10 miropt-test-tools = { path = "../miropt-test-tools" }
11 lazy_static = "1"
12 walkdir = "2"
13 ignore = "0.4.18"
14 semver = "1.0.14"
15 termcolor = "1.1.3"
16
17 [[bin]]
18 name = "rust-tidy"
19 path = "src/main.rs"