ZIm/crates/zed
Max Brunsfeld 2f0212ee98 Rename worktree crate to project, pull in Project
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>
2021-10-04 16:45:05 -07:00
..
assets Move editor into its own crate 2021-10-04 15:23:10 -07:00
languages/rust Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
src Rename worktree crate to project, pull in Project 2021-10-04 16:45:05 -07:00
app-icon.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
app-icon@2x.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
build.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
Cargo.toml Rename worktree crate to project, pull in Project 2021-10-04 16:45:05 -07:00