25 lines
724 B
TOML
25 lines
724 B
TOML
[package]
|
|
name = "redbear-tui-theme"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
description = "Default TUI skin palette for Red Bear OS — single source of truth for the Red Bear brand colours used by every TUI application"
|
|
license = "MIT"
|
|
documentation = "https://docs.rs/redbear-tui-theme"
|
|
homepage = "https://gitea.redbearos.org/vasilito/RedBear-OS"
|
|
repository = "https://gitea.redbearos.org/vasilito/RedBear-OS"
|
|
readme = "README.md"
|
|
keywords = ["tui", "terminal", "color", "palette", "redbear"]
|
|
categories = ["no-std", "no-std::no-alloc", "config", "rust-patterns"]
|
|
exclude = [
|
|
"**/.git/**",
|
|
"**/target/**",
|
|
"**/Cargo.lock.orig",
|
|
"**/AGENTS.md",
|
|
"**/recipe.toml",
|
|
]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|