cod 8.0.1

A mini, functional terminal drawing utility.
Documentation
[dependencies.crossterm]
optional = true
version = "0.27"

[features]
color_stack = []
crossterm = ["dep:crossterm"]
default = ["color_stack"]

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

[package]
authors = ["Kyllingene"]
categories = ["command-line-interface"]
description = "A mini, functional terminal drawing utility."
edition = "2021"
homepage = "https://github.com/Kyllingene/cod"
keywords = ["tui", "terminal", "command-line"]
license = "MIT"
name = "cod"
readme = "README.md"
repository = "https://github.com/Kyllingene/cod"
version = "8.0.1"