quicktest 0.3.0

Command Line Interface (CLI) for stress testing in competitive programming contest
[[bin]]
name = "quicktest"
path = "src/main.rs"

[[bin]]
name = "qt"
path = "src/main.rs"
[dependencies.colored]
version = "2.0.0"

[dependencies.exitfailure]
version = "0.5.1"

[dependencies.failure]
version = "0.1.8"

[dependencies.glob]
version = "0.3.0"

[dependencies.structopt]
version = "0.3.21"

[package]
authors = ["Luis Miguel Báez <es.luismiguelbaez@gmail.com>"]
categories = ["cli"]
description = "Command Line Interface (CLI) for stress testing in competitive programming contest"
edition = "2018"
keywords = ["cli", "stress-testing", "testing", "cp-tool", "testing-tool"]
license = "MIT"
name = "quicktest"
readme = "README.md"
repository = "https://github.com/LuisMBaezCo/quicktest"
version = "0.3.0"