1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-03-29 11:00:39 +01:00

14 lines
234 B
TOML

[package]
name = "filter-parser"
version = "0.33.4"
edition = "2021"
description = "The parser for the Meilisearch filter syntax"
publish = false
[dependencies]
nom = "7.1.0"
nom_locate = "4.0.0"
[dev-dependencies]
insta = "1.18.2"