MeiliSearch/filter-parser/Cargo.toml

14 lines
234 B
TOML
Raw Normal View History

[package]
name = "filter-parser"
version = "0.39.0"
edition = "2021"
2022-04-25 15:55:38 +02:00
description = "The parser for the Meilisearch filter syntax"
2022-04-25 14:03:21 +02:00
publish = false
[dependencies]
2022-10-04 11:29:39 +02:00
nom = "7.1.1"
nom_locate = "4.0.0"
[dev-dependencies]
2022-10-04 11:29:39 +02:00
insta = "1.21.0"