Extract project_panel
into its own crate
This commit is contained in:
parent
499616d769
commit
d04a11405c
6 changed files with 39 additions and 17 deletions
|
@ -32,6 +32,7 @@ fuzzy = { path = "../fuzzy" }
|
|||
editor = { path = "../editor" }
|
||||
gpui = { path = "../gpui" }
|
||||
project = { path = "../project" }
|
||||
project_panel = { path = "../project_panel" }
|
||||
rpc = { path = "../rpc" }
|
||||
sum_tree = { path = "../sum_tree" }
|
||||
theme = { path = "../theme" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue