MeiliSearch/filter-parser/Cargo.toml
Clémentine Urquizar d138b3c704
Update version
2022-04-25 18:43:46 +02:00

11 lines
197 B
TOML

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