[package]
name = "vividtext"
version = "0.1.3"
edition = "2021"
description = "Library to change text color"
repository = "https://github.com/cuticle999/VividText"
license = "MIT OR Apache-2.0"
[lib]
name = "vividtext"
path = "src/lib.rs"
[dependencies]
ansi_term = "0.12.1"