[package]
name = "termfmt"
version = "0.1.2"
edition = "2021"
description = "Opinionated formatting for library primatives with color and outputing to the terminal."
license = "MIT"
[dependencies]
chrono = { version ="0.4", optional = true }
[features]
command = []