mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
1445ce10b5
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
12 lines
161 B
TOML
12 lines
161 B
TOML
[package]
|
|
name = "fuzzy"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "src/fuzzy.rs"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
util = { path = "../util" }
|