gory 0.0.11

Add a little color to the task
Documentation
[dependencies.lazy_static]
version = "1.4.*"

[dependencies.libc]
version = "0.2.*"

[dev-dependencies]

[package]
authors = ["phR0ze"]
description = "Add a little color to the task"
edition = "2018"
exclude = ["docs", "examples", ".git", ".githooks", ".github", "tests", "benches", "target", ".vscode"]
homepage = "https://github.com/phR0ze/gory"
license = "MIT OR Apache-2.0"
name = "gory"
readme = "README.md"
repository = "https://github.com/phR0ze/gory"
version = "0.0.11"
[profile.dev]
opt-level = 0

[profile.release]
lto = true
opt-level = 3