Render basic tui and restore terminal
This commit is contained in:
parent
bd61530b5f
commit
18194f586c
3 changed files with 137 additions and 2 deletions
|
|
@ -4,3 +4,13 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.53"
|
||||
# cove-core = { path = "../cove-core" }
|
||||
crossterm = "0.22.1"
|
||||
# futures = "0.3.21"
|
||||
# serde_json = "1.0.78"
|
||||
# thiserror = "1.0.30"
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
# tokio-stream = "0.1.8"
|
||||
# tokio-tungstenite = "0.16.1"
|
||||
tui = "0.17.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue