From 3fd8c2aa5aabe004017a0e2e3c3c486d7de93067 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 22 Jun 2018 14:47:11 +0900 Subject: [PATCH] Removed one keywoard --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1fea7c6a..11c48c1c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ 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", "search engine", "information", "retrieval"] +keywords = ["search", "information", "retrieval"] [dependencies] base64 = "0.9.1"