aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/Cargo.toml
blob: 41b19c5c69c2270acc94c6ef0969cce35dd18f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
edition = "2018"
name = "tools"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
publish = false

[dependencies]
teraron = "0.0.1"
walkdir = "2.1.3"
itertools = "0.7.8"
clap = "2.32.0"
failure = "0.1.1"