mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
11 lines
197 B
TOML
11 lines
197 B
TOML
[package]
|
|
name = "filter-parser"
|
|
version = "0.28.1"
|
|
edition = "2021"
|
|
description = "The parser for the Meilisearch filter syntax"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
nom = "7.1.0"
|
|
nom_locate = "4.0.0"
|