colodot 0.1.4

Powerful Rust implementation of Colorized library
Documentation
[package]
name = "colodot"
version = "0.1.4"
authors = ["\"ferhatgec\""]
edition = "2018"
description = "Powerful Rust implementation of Colorized library"
keywords = ["term", "text", "color", "bindings", "rust"]
readme = "README.md"
repository = "https://github.com/ferhatgec/colodot/"
documentation = "https://docs.rs/colodot"
license = "MIT"
# license-file = "LICENSE"

include = [
    ".gitignore",
    "src/lib.rs",
    "Cargo.toml",
]

[dependencies]
lazy_static = "1.4.0"