[package] name = "tidy" version = "0.1.0" edition = "2021" autobins = false [dependencies] build_helper = { path = "../../build_helper" } cargo_metadata = "0.19" regex = "1" miropt-test-tools = { path = "../miropt-test-tools" } walkdir = "2" ignore = "0.4.18" semver = "1.0" termcolor = "1.1.3" rustc-hash = "2.0.0" fluent-syntax = "0.11.1" similar = "2.5.0" [[bin]] name = "rust-tidy" path = "src/main.rs" test = false