]> git.lizzy.rs Git - rust.git/blob - src/tools/tidy/Cargo.toml
Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino
[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 cargo-platform = "0.1.2"
10 regex = "1"
11 miropt-test-tools = { path = "../miropt-test-tools" }
12 lazy_static = "1"
13 walkdir = "2"
14 ignore = "0.4.18"
15 termcolor = "1.1.3"
16
17 [[bin]]
18 name = "rust-tidy"
19 path = "src/main.rs"