[package]
edition = "2018"
name = "cmd_lib"
version = "0.7.5"
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
description = "Common rust commandline macros and utils, to write shell script like tasks easily"
homepage = "https://github.com/rust-shell-script/rust_cmd_lib"
documentation = "https://docs.rs/cmd_lib"
readme = "README.md"
keywords = ["shell", "scripts", "commandline", "subprocess", "pipeline"]
categories = ["command-line-interface", "command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
[dependencies]