12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
name = "fuzzy_match"
|
|
authors = ["Warp Team <dev@warp.dev>"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Performs fuzzy match with text against query"
|
|
publish.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
fuzzy-matcher = "0.3.7"
|