MeiliSearch/filter-parser/Cargo.toml

10 lines
180 B
TOML
Raw Normal View History

[package]
name = "filter-parser"
version = "0.1.0"
edition = "2021"
2022-04-25 15:55:38 +02:00
description = "The parser for the Meilisearch filter syntax"
[dependencies]
2022-03-14 17:00:53 +01:00
nom = "7.1.0"
nom_locate = "4.0.0"