Prepare ui structure

This commit is contained in:
Joscha 2022-02-23 17:53:26 +01:00
parent 9c5f027898
commit a50ecaee68
4 changed files with 130 additions and 46 deletions

View file

@ -7,8 +7,8 @@ edition = "2021"
anyhow = "1.0.53"
clap = { version = "3.1.0", features = ["derive"] }
cove-core = { path = "../cove-core" }
crossterm = "0.22.1"
# futures = "0.3.21"
crossterm = { version = "0.22.1", features = ["event-stream"] }
futures = "0.3.21"
palette = "0.6.0"
# serde_json = "1.0.78"
thiserror = "1.0.30"