MeiliSearch/filter-parser/Cargo.toml
2022-04-25 15:55:38 +02:00

10 lines
180 B
TOML

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