MeiliSearch/filter-parser/Cargo.toml

11 lines
197 B
TOML
Raw Normal View History

[package]
name = "filter-parser"
2022-06-22 17:05:51 +02:00
version = "0.31.1"
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-03-14 17:00:53 +01:00
nom = "7.1.0"
nom_locate = "4.0.0"