feat(tui): debug log panel toggle

This commit is contained in:
2025-10-18 03:18:34 +02:00
parent c49e7f4b22
commit 218ebbf32f
9 changed files with 499 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ syntect = "5.3"
once_cell = "1.19"
owlen-markdown = { path = "../owlen-markdown" }
shellexpand = { workspace = true }
regex = { workspace = true }
# Async runtime
tokio = { workspace = true }