From f729edb529a4caabcbd0f8fd9953660091e36e40 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sat, 21 Jan 2017 09:35:44 +0900 Subject: [PATCH] NOBUG added badges / categories for crates.io --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ea1d6d46..cd3e6b722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,13 +4,11 @@ version = "0.2.0" authors = ["Paul Masurel "] build = "build.rs" license = "MIT" - +categories = ["database-implementations", "data-structures"] description = """Tantivy is a 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"] @@ -53,3 +51,7 @@ debug-assertions = false [features] default = ["simdcompression"] simdcompression = ["libc", "gcc"] + + +[badges] +travis-ci = { repository = "tantivy-search/tantivy" }