Migrate to ratatui

This commit is contained in:
Jaby
2023-07-26 22:16:09 +02:00
committed by Jaby
parent a5e83eff55
commit d2a7541804
3 changed files with 9 additions and 9 deletions

View File

@@ -10,4 +10,4 @@ clap = {version = "*", features = ["derive"]}
crossterm = "*"
readmap = {version = "*", path = "readmap"}
tool_helper = {version = "*", path = "../tool_helper"}
tui = "*"
ratatui = "*"