cargo-testify 0.3.0

Tool to automatically run tests on your Rust project and notify about the result.
Documentation
[badges.travis-ci]
branch = "master"
repository = "greyblake/cargo-testify"

[dependencies.clap]
version = "2.26.0"

[dependencies.error-chain]
version = "0.10.0"

[dependencies.glob]
version = "0.2"

[dependencies.notify]
version = "^2.5.0"

[dependencies.notify-rust]
version = "3.4.2"

[dependencies.regex]
version = "0.2"

[package]
authors = ["Sergey Potapov <blake131313@gmail.com>"]
categories = ["development-tools::testing", "development-tools::cargo-plugins"]
description = "Tool to automatically run tests on your Rust project and notify about the result."
documentation = "https://docs.rs/cargo-testify"
homepage = "https://github.com/greyblake/cargo-testify"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["test", "notify", "notification", "testify", "cargo"]
license = "MIT"
name = "cargo-testify"
readme = "README.md"
repository = "https://github.com/greyblake/cargo-testify"
version = "0.3.0"