Migrate to ratatui

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