xtask-cmdwrap 0.1.0

A thin wrapper around std::process::Command for xtask style projects
Documentation
[dependencies.xtask-cmdwrap-macro]
version = "0.1.0"

[features]
make = []

[lib]
name = "xtask_cmdwrap"
path = "src/lib.rs"

[package]
authors = ["Lowie Deferme <lowie.deferme@kuleuven.be>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils"]
description = "A thin wrapper around std::process::Command for xtask style projects"
edition = "2021"
license = "MIT"
name = "xtask-cmdwrap"
readme = "readme.md"
repository = "https://github.com/defermelowie/xtask-cmdwrap"
version = "0.1.0"

[[test]]
name = "echo"
path = "tests/echo.rs"

[[test]]
name = "make"
path = "tests/make.rs"