zed/fuzzy/Cargo.toml
Nathan Sobo 74a47a1384 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>
2021-10-01 17:08:19 -06:00

7 lines
76 B
TOML

[package]
name = "fuzzy"
version = "0.1.0"
edition = "2018"
[dependencies]