[package]
edition = "2021"
rust-version = "1.85"
name = "ono"
version = "0.0.0"
authors = [
"NullOrder",
"Kumar Anirudha",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Beautiful terminal UI components — copy-paste, framework-agnostic. Placeholder; the real CLI ships in v0.1.0."
homepage = "https://github.com/nullorder/ono"
documentation = "https://github.com/nullorder/ono"
readme = "README.md"
keywords = [
"tui",
"terminal",
"ratatui",
"components",
"cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/nullorder/ono"
[[bin]]
name = "ono"
path = "src/main.rs"