Extract people_panel into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:36:38 +02:00
parent cd6378e848
commit 47b29a5f21
6 changed files with 28 additions and 7 deletions

View file

@ -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" }