[package]
edition = "2018"
name = "test-exec"
version = "0.1.0"
authors = ["Draphar <draphar-code@protonmail.com>"]
description = "Test your command line applications comfortably"
homepage = "https://github.com/Draphar/test-exec/blob/master/README.md"
documentation = "https://docs.rs/test-exec/"
readme = "README.md"
keywords = ["cli", "command", "test", "testing"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/Draphar/test-exec/"
[dependencies.wait-timeout]
version = "0.2.0"