feat: use ratatui

This commit is contained in:
Jack Wills
2023-03-19 21:08:33 +00:00
parent bcf98c9399
commit d431f85021
10 changed files with 96 additions and 94 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ parking_lot = {version= "0.12"}
tokio = {version = "1.26", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
tui = "0.19"
ratatui = "0.20"
uuid = {version = "1.3", features = ["v4", "fast-rng"]}
[dev-dependencies]