blob: 63963b0bd1ced1a20e410130d2d16cdd46b04f9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "tidy"
version = "0.1.0"
edition = "2021"
autobins = false
[dependencies]
cargo_metadata = "0.15"
regex = "1"
miropt-test-tools = { path = "../miropt-test-tools" }
walkdir = "2"
ignore = "0.4.18"
semver = "1.0"
termcolor = "1.1.3"
rustc-hash = "1.1.0"
[[bin]]
name = "rust-tidy"
path = "src/main.rs"
test = false
|