termcolors 0.2.2

Format text and display colors in the terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "termcolors"
version = "0.2.2"
edition = "2021"
description = "Format text and display colors in the terminal."
repository = "https://github.com/ArielHorwitz/termcolors"
license = "Unlicense"
default-run = "printcolor"

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

[dependencies]
anyhow = "1.0.81"
clap = { version = "4.4.18", features = ["derive"] }