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

[dependencies]
regex = "1"
serde = { version = "1.0.8", features = ["derive"] }
serde_json = "1.0.2"
lazy_static = "1"
walkdir = "2"