Extract file_finder into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:30:56 +02:00
parent 1ec0afb2d1
commit cd6378e848
6 changed files with 36 additions and 2 deletions

View file

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