Add room and nick list UI mockup

This commit is contained in:
Joscha 2022-02-20 00:32:17 +01:00
parent 992e84e67e
commit fbc24a1154
4 changed files with 217 additions and 6 deletions

View file

@ -9,6 +9,7 @@ clap = { version = "3.1.0", features = ["derive"] }
cove-core = { path = "../cove-core" }
crossterm = "0.22.1"
# futures = "0.3.21"
palette = "0.6.0"
# serde_json = "1.0.78"
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["full"] }