]> git.lizzy.rs Git - rust.git/blob - src/tools/tidy/Cargo.toml
Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-se
[rust.git] / src / tools / tidy / Cargo.toml
1 [package]
2 name = "tidy"
3 version = "0.1.0"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 edition = "2018"
6 autobins = false
7
8 [dependencies]
9 cargo_metadata = "0.11"
10 regex = "1"
11 lazy_static = "1"
12 walkdir = "2"
13
14 [[bin]]
15 name = "rust-tidy"
16 path = "src/main.rs"