Wire everything up.

This commit is contained in:
Drew 2026-02-23 23:58:02 -08:00
parent c564f197b5
commit 05176c7742
15 changed files with 726 additions and 49 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
ratatui = "0.30"
crossterm = "0.29"
tokio = { version = "1", features = ["full"] }