Fill out more Cargo metadata

This commit is contained in:
Dirkjan Ochtman 2020-11-23 13:20:03 +01:00
parent 93bbff91ca
commit 9c5f93644a
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
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"