feat: add tui
This commit is contained in:
21
crates/nocontrol-tui/Cargo.toml
Normal file
21
crates/nocontrol-tui/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user