Extract chat_panel into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:23:45 +02:00
parent d04a11405c
commit 1ec0afb2d1
6 changed files with 32 additions and 4 deletions

View file

@ -25,6 +25,7 @@ test-support = [
[dependencies]
buffer = { path = "../buffer" }
chat_panel = { path = "../chat_panel" }
client = { path = "../client" }
clock = { path = "../clock" }
fsevent = { path = "../fsevent" }