MeiliSearch/filter-parser/Cargo.toml

14 lines
234 B
TOML

[package]
name = "filter-parser"
version = "0.39.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"