Added TUI

This commit is contained in:
Connor Johnstone
2026-03-02 23:08:13 -05:00
parent 97e5a8f5df
commit 59d0674d77
5 changed files with 388 additions and 23 deletions

View File

@@ -12,3 +12,4 @@ rusqlite = { version = "0.34", features = ["bundled"] }
ureq = "3"
rand = "0.9"
walkdir = "2.5"
crossterm = "0.28"