devx-cmd 0.3.1

Convenience wrapper over std::process::Command for xtask crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.log]
version = "0.4"
[dev-dependencies.simple_logger]
default-features = false
version = "1.9"

[package]
authors = ["Vitalii Kryvenko <vkryvenko@elastio.com>"]
categories = ["development-tools"]
description = "    Convenience wrapper over std::process::Command for xtask crates\n"
edition = "2018"
homepage = "https://github.com/elastio/devx"
keywords = ["process", "cmd", "shell", "bash"]
license = "MIT OR Apache-2.0"
name = "devx-cmd"
readme = "README.md"
repository = "https://github.com/elastio/devx"
version = "0.3.1"