Files
kiln/kiln-tui/Cargo.toml
T
2026-07-11 00:11:35 -05:00

12 lines
363 B
TOML

[package]
name = "kiln-tui"
version = "0.1.0"
edition = "2024"
[dependencies]
kiln-core = { path = "../kiln-core" }
# Reusable, game-agnostic ratatui widgets, now a standalone repo (tracks the default branch).
kiln-ui = { git = "https://notpi.com/randrews/kiln-ui.git" }
color = "0.3.3"
ratatui = { workspace = true, features = ["unstable-rendered-line-info"] }