[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"] }