mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
10 lines
180 B
TOML
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"
|