This commit is contained in:
2026-07-11 12:40:35 -05:00
parent f1eaaae5d0
commit 6dccf5fc23
14 changed files with 363 additions and 40 deletions
+4
View File
@@ -9,3 +9,7 @@ kiln-core = { path = "../kiln-core" }
kiln-ui = { git = "https://notpi.com/randrews/kiln-ui.git" }
color = "0.3.3"
ratatui = { workspace = true, features = ["unstable-rendered-line-info"] }
[dev-dependencies]
# Used only by rendering tests to build a Board from an inline map-file string.
toml = { version = "0.8", features = ["preserve_order"] }