Files
tantivy/query-grammar/Cargo.toml
Pascal Seitz 2fb381be70 chore: Release
2024-04-12 12:47:17 +08:00

16 lines
453 B
TOML

[package]
name = "tantivy-query-grammar"
version = "0.22.0"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
license = "MIT"
categories = ["database-implementations", "data-structures"]
description = """Search engine library"""
homepage = "https://github.com/quickwit-oss/tantivy"
repository = "https://github.com/quickwit-oss/tantivy"
readme = "README.md"
keywords = ["search", "information", "retrieval"]
edition = "2021"
[dependencies]
nom = "7"