Extract file_finder
into its own crate
This commit is contained in:
parent
1ec0afb2d1
commit
cd6378e848
6 changed files with 36 additions and 2 deletions
|
@ -31,6 +31,7 @@ clock = { path = "../clock" }
|
|||
fsevent = { path = "../fsevent" }
|
||||
fuzzy = { path = "../fuzzy" }
|
||||
editor = { path = "../editor" }
|
||||
file_finder = { path = "../file_finder" }
|
||||
gpui = { path = "../gpui" }
|
||||
project = { path = "../project" }
|
||||
project_panel = { path = "../project_panel" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue