dye-cli 0.4.2

A tool to color shell text.
[[bin]]
name = "dye"
path = "src/main.rs"
[dependencies.clap]
features = ["color", "env", "suggestions"]
version = "=3.0.0-beta.4"

[dependencies.colored]
version = "2.0.0"

[package]
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
description = "A tool to color shell text."
edition = "2021"
license = "MIT"
name = "dye-cli"
repository = "https://github.com/kurtbuilds/dye"
resolver = "2"
version = "0.4.2"