command-pool 0.0.2

A powerful and intuitive command-line tool to execute a series of commands in parallel.
[[bin]]
name = "command-pool"
path = "src/main.rs"

[dependencies.argh]
version = "0.1.12"

[dependencies.humantime]
version = "2.1.0"

[dependencies.tokio]
features = ["full"]
version = "1.38.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A powerful and intuitive command-line tool to execute a series of commands in parallel."
documentation = "https://docs.rs/command-pool"
edition = "2024"
homepage = "https://github.com/worktools/command-pool"
license = "MIT"
name = "command-pool"
readme = "README.md"
repository = "https://github.com/worktools/command-pool"
version = "0.0.2"