dye-cli 0.1.14

A tool to color shell text.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dye-cli"
version = "0.1.14"
edition = "2021"
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
description = "A tool to color shell text."
license = "MIT"
repository = "https://github.com/kurtbuilds/dye"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "dye"
path = "src/main.rs"

[dependencies]
clap = { version = "3.0.0-beta.4", features = ["color", "env", "suggestions"]}
colored = "2.0.0"