zed/crates/fuzzy/Cargo.toml
Michael Sloan 2b699053e6
Log invariant violations in fuzzy string match iterator (#21983)
Seeing frequent inscrutable panics here

Release Notes:

- N/A
2024-12-13 11:16:30 -07:00

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