Extract fuzzy module to its own crate

We still have a fuzzy module in the zed crate with some app-specific logic.

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-10-01 17:08:19 -06:00
parent 626fd2a2aa
commit 74a47a1384
11 changed files with 740 additions and 708 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["fsevent", "gpui", "gpui_macros", "server", "sum_tree", "zed", "zrpc"]
members = ["fsevent", "fuzzy", "gpui", "gpui_macros", "server", "sum_tree", "zed", "zrpc"]
default-members = ["zed"]
[patch.crates-io]