mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
2f0212ee98
Also, move the high-level fuzzy mathcing functions in zed::fuzzy into the fuzzy crate so that project can use them. This required defining a 'PathMatchCandidateSet' trait to avoid a circular dependency from fuzzy to worktree. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
8 lines
132 B
TOML
8 lines
132 B
TOML
[package]
|
|
name = "fuzzy"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
util = { path = "../util" }
|