[package] name = "fuzzy_match" authors = ["Warp Team "] 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"