summaryrefslogtreecommitdiffstats
path: root/src/tools/tidy/Cargo.toml
blob: 471d78a2922a0efed881b1c51d6832410c167d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tidy"
version = "0.1.0"
edition = "2021"
autobins = false

[dependencies]
cargo_metadata = "0.14"
regex = "1"
lazy_static = "1"
walkdir = "2"

[[bin]]
name = "rust-tidy"
path = "src/main.rs"