]> git.lizzy.rs Git - rust.git/blob - src/tools/tidy/Cargo.toml
Rollup merge of #76003 - richkadel:llvm-coverage-map-gen-6b.4, r=wesleywiser
[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
7 [dependencies]
8 cargo_metadata = "0.11"
9 regex = "1"
10 lazy_static = "1"
11 walkdir = "2"