Converted project to use the tui-rs-revival ratatui in favor of the likely soon-to-be-archived tui-rs repo.

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent 435926f6f0
commit f252fedeed
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
strum = {version = "0.24", features = ["derive"] }
strum_macros = "0.24"
tokio = { version = "1.24.1", features = ["full"] }
tui = "0.19.0"
tui = { version = "0.20.1", package = "ratatui" }
urlencoding = "2.1.2"
[dev-dependencies]