cargo-commander 2.0.3

Like npm scripts, but better
[[bin]]
name = "cargo-cmd"
path = "src/main.rs"
[dependencies.dotenv]
version = "0.15"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3.3.0"

[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/adaptive-simon/cargo-commander/wiki"
edition = "2021"
exclude = [".idea", ".github", ".gitignore", "cargo-commander.iml"]
homepage = "https://adaptive-simon.github.io/cargo-commander/"
keywords = ["cargo", "commander", "cmd", "scripts", "commands"]
license-file = "LICENSE.txt"
name = "cargo-commander"
readme = "README.md"
repository = "https://github.com/adaptive-simon/cargo-commander"
resolver = "2"
version = "2.0.3"