mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
14 lines
233 B
TOML
14 lines
233 B
TOML
[package]
|
|
name = "filter-parser"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "The parser for the Meilisearch filter syntax"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
nom = "7.1.1"
|
|
nom_locate = "4.0.0"
|
|
|
|
[dev-dependencies]
|
|
insta = "1.21.0"
|