vividtext 0.1.3

Library to change text color
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"