Acceptance Criteria: - Workspace builds against ratatui 0.29, crossterm 0.28.1, and tui-textarea 0.7 with palette support enabled - Chat header context and usage gauges render with refreshed tailwind gradients - Header layout uses the Flex API to balance top-row metadata across window widths Test Notes: - cargo test -p owlen-tui
11 lines
251 B
TOML
11 lines
251 B
TOML
[package]
|
|
name = "owlen-markdown"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Lightweight markdown to ratatui::Text renderer for OWLEN"
|
|
|
|
[dependencies]
|
|
ratatui = { workspace = true }
|
|
unicode-width = "0.2"
|