vividtext 0.1.3

Library to change text color
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.ansi_term]
version = "0.12.1"

[lib]
name = "vividtext"
path = "src/lib.rs"

[package]
description = "Library to change text color"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "vividtext"
readme = "README.md"
repository = "https://github.com/cuticle999/VividText"
version = "0.1.3"