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:
parent
626fd2a2aa
commit
74a47a1384
11 changed files with 740 additions and 708 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue