[package]
edition = "2024"
name = "yellow"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "library for creating textual user interfaces"
homepage = "https://raphamorim.io/yellow"
documentation = "https://github.com/raphamorim/yellow#readme"
readme = false
keywords = [
"graphics",
"terminal",
"interface",
]
license = "Apache-2.0"
repository = "https://github.com/raphamorim/yellow"
[lib]
name = "yellow"
path = "src/lib.rs"
[dependencies]