From 863d3411bc8609a689a691e4f8d1303ec791ee2a Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 31 May 2018 15:54:34 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c916b17a..bf02edb6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ version = "0.6.0-dev" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"] -description = """Tantivy is a search engine library.""" +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"] +keywords = ["search", "search engine", "information", "retrieval"] [dependencies] base64 = "0.9.1"