summaryrefslogtreecommitdiffstats
path: root/query-grammar/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'query-grammar/Cargo.toml')
-rw-r--r--query-grammar/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/query-grammar/Cargo.toml b/query-grammar/Cargo.toml
new file mode 100644
index 0000000..e6b2e0b
--- /dev/null
+++ b/query-grammar/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "tantivy-query-grammar"
+version = "0.11.0"
+authors = ["Paul Masurel <paul.masurel@gmail.com>"]
+license = "MIT"
+categories = ["database-implementations", "data-structures"]
+description = """Search engine library"""
+documentation = "https://tantivy-search.github.io/tantivy/tantivy/index.html"
+homepage = "https://github.com/tantivy-search/tantivy"
+repository = "https://github.com/tantivy-search/tantivy"
+readme = "README.md"
+keywords = ["search", "information", "retrieval"]
+edition = "2018"
+
+[dependencies]
+combine = ">=3.6.0,<4.0.0"