Extract chat_panel
into its own crate
This commit is contained in:
parent
d04a11405c
commit
1ec0afb2d1
6 changed files with 32 additions and 4 deletions
|
@ -25,6 +25,7 @@ test-support = [
|
|||
|
||||
[dependencies]
|
||||
buffer = { path = "../buffer" }
|
||||
chat_panel = { path = "../chat_panel" }
|
||||
client = { path = "../client" }
|
||||
clock = { path = "../clock" }
|
||||
fsevent = { path = "../fsevent" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue