Extract people_panel
into its own crate
This commit is contained in:
parent
cd6378e848
commit
47b29a5f21
6 changed files with 28 additions and 7 deletions
|
@ -33,6 +33,7 @@ fuzzy = { path = "../fuzzy" }
|
|||
editor = { path = "../editor" }
|
||||
file_finder = { path = "../file_finder" }
|
||||
gpui = { path = "../gpui" }
|
||||
people_panel = { path = "../people_panel" }
|
||||
project = { path = "../project" }
|
||||
project_panel = { path = "../project_panel" }
|
||||
rpc = { path = "../rpc" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue