changed the cli to a tui environment.

This commit is contained in:
2026-05-20 13:33:53 -05:00
parent 3eeecb0010
commit a907de8ff3
6 changed files with 1376 additions and 217 deletions
+2
View File
@@ -5,7 +5,9 @@ edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
crossterm = "0.29.0"
iced = { version = "0.14.0", features = ["advanced", "tokio"] }
ratatui = "0.30.0"
rayon = "1.12.0"
rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"