yacll 0.2.0

Yet Another Curses-Like Library
Documentation
[package]
name = "yacll"
version = "0.2.0"
edition = "2021"
description = "Yet Another Curses-Like Library"
license = "MIT OR Apache-2.0"
repository = "https://git.whodiduexpect.com/placeholder/yacll"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitflags = "1.3.2"
crossterm = "0.25.0"
thiserror = "1.0.37"