Added Basic Gui

This commit is contained in:
Jonathan Wanke 2025-09-05 01:43:47 +02:00
commit 226ac61cbb
6 changed files with 190 additions and 5 deletions

View file

@ -19,5 +19,8 @@ uuid = { version = "*", features = ["v4"] }
walkdir = "2.5.0"
sysinfo = "*"
serde = { version = "1.0.219", features = ["derive"] }
ratatui ={ version = "*", features = ["all-widgets"]}
bytes = "*"
ratatui = { version = "*", features = ["all-widgets"]}
bytes = "*"
crossterm = "*"
color-eyre = "*"
sys-info = "*"