cargo-test-all 0.1.0

Cargo extension for running tests of the used dependencies
Documentation
[package]
name = "cargo-test-all"
version = "0.1.0"
authors = ["Valeryi Savich <relrin78@gmail.com>"]
edition = "2018"
license = "BSD-3-Clause"
readme = "README.md"
description = "Cargo extension for running tests of the used dependencies"
homepage = "https://github.com/Relrin/cargo-test-all"
repository = "https://github.com/Relrin/cargo-test-all"
keywords = ["cargo", "cargo-commands", "cargo-subcommand", "testing"]

[dependencies]
cargo = "0.37.0"
cargo-clone = "0.1.3"
failure = "0.1.6"
rm_rf = "0.5.0"
rustc-serialize = "0.3"
structopt = "0.3.5"
structopt-derive = "0.3.5"
toml = "0.5"
workerpool = "1.2.0"