Prepare ui structure
This commit is contained in:
parent
9c5f027898
commit
a50ecaee68
4 changed files with 130 additions and 46 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue