[[bin]]
name = "cargo-cmd"
path = "src/main.rs"
[dependencies.futures]
version = "0.3"
[dependencies.tokio]
features = ["full"]
version = "1.10"
[dependencies.toml]
version = "0.5.8"
[package]
authors = ["Simon Hyll <hyllsimon@gmail.com>"]
categories = ["development-tools", "development-tools::cargo-plugins", "command-line-utilities"]
description = "Like npm scripts, but better"
documentation = "https://github.com/seranth/cargo-commander/wiki"
edition = "2018"
exclude = [".idea", ".github", ".gitignore", "cargo-commander.iml", "Commands.toml"]
homepage = "https://seranth.github.io/cargo-commander/"
keywords = ["cargo", "commander", "cmd", "scripts", "commands"]
license-file = "LICENSE.txt"
name = "cargo-commander"
readme = "README.md"
repository = "https://github.com/seranth/cargo-commander"
version = "0.1.13"