feat: add tui

This commit is contained in:
2026-01-06 19:06:29 +01:00
parent 0c318ebddb
commit 2d59c7fd69
8 changed files with 1067 additions and 106 deletions

View File

@@ -0,0 +1,21 @@
[package]
name = "nocontrol-tui"
version = "0.1.0"
edition = "2021"
[lib]
name = "nocontrol_tui"
path = "src/lib.rs"
[dependencies]
nocontrol = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true }
serde_json = "1.0"
# TUI dependencies
ratatui = "0.29"
crossterm = "0.28"
fuzzy-matcher = "0.3"