zed/crates/fuzzy/Cargo.toml
Max Brunsfeld 0e55f0ccaa Use Rust 2021 edition in all crates
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-01-26 12:50:31 -08:00

12 lines
161 B
TOML

[package]
name = "fuzzy"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/fuzzy.rs"
[dependencies]
gpui = { path = "../gpui" }
util = { path = "../util" }