]> git.lizzy.rs Git - rust.git/blob - src/tools/tidy/Cargo.toml
Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-se
[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.12"
9 regex = "1"
10 lazy_static = "1"
11 walkdir = "2"
12 crossbeam-utils = "0.8.0"
13
14 [[bin]]
15 name = "rust-tidy"
16 path = "src/main.rs"