51ce71686a
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
14 lines
238 B
TOML
14 lines
238 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "tools"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
teraron = "0.0.1"
|
|
walkdir = "2.1.3"
|
|
itertools = "0.8.0"
|
|
clap = "2.32.0"
|
|
failure = "0.1.4"
|