Highlight TUI content previews

This commit is contained in:
Georg Bauer
2026-08-04 19:04:30 +02:00
parent ccaa9204f0
commit aafde7e7e8
5 changed files with 489 additions and 20 deletions

View File

@@ -14,4 +14,6 @@ path = "src/main.rs"
crossterm = "0.29"
gotcha_gitea = { path = "../gitea" }
ratatui = { version = "0.30", default-features = false, features = ["crossterm_0_29", "layout-cache", "macros", "underline-color"] }
syntect = { version = "5.3", default-features = false, features = ["default-fancy"] }
tokio.workspace = true
tui-markdown = { version = "0.3", default-features = false }