summary refs log tree commit diff
path: root/src/tools/tidy/Cargo.toml
blob: ccdb4524d5c5afd7cbf86463431342cf2f9c350b (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tidy"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"

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