714aed9610
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
15 lines
229 B
TOML
15 lines
229 B
TOML
[package]
|
|
name = "cub-tui"
|
|
description = "Red Bear OS Package Builder TUI"
|
|
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
name = "cub_tui"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
termion = "4.0.6"
|