From 9c5f93644af77a989b21a758ba99aca7ff5cdc12 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 23 Nov 2020 13:20:03 +0100 Subject: [PATCH] Fill out more Cargo metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a491ac..09a3883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" +description = "Fast English word segmentation" +homepage = "https://github.com/InstantDomainSearch/word-segmenters" +repository = "https://github.com/InstantDomainSearch/word-segmenters" +documentation = "https://docs.rs/word-segmenters" [dependencies] ahash = "0.3.5"