Start implementing rooms

This commit is contained in:
Joscha 2022-02-18 20:24:03 +01:00
parent 939d9b7586
commit 31ffa5cd67
4 changed files with 66 additions and 1 deletions

1
Cargo.lock generated
View file

@ -121,6 +121,7 @@ name = "cove-tui"
version = "0.1.0"
dependencies = [
"anyhow",
"cove-core",
"crossterm",
"tokio",
"tui",