summary refs log tree commit diff
path: root/src/tools/tidy/Cargo.toml
blob: f984e5b61a5fd5462c812f52abd275763af7c830 (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.9.1"
regex = "1"
lazy_static = "1"
walkdir = "2"