Migrate to ratatui

This commit is contained in:
2023-07-26 22:16:09 +02:00
parent c8e86dcea4
commit f26b4ad7b0
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 = "*"