mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
2b699053e6
Seeing frequent inscrutable panics here Release Notes: - N/A
18 lines
257 B
TOML
18 lines
257 B
TOML
[package]
|
|
name = "fuzzy"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/fuzzy.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
util.workspace = true
|
|
log.workspace = true
|