MeiliSearch/filter-parser/Cargo.toml
2023-01-16 16:29:12 +01:00

14 lines
233 B
TOML

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