diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 14e4eae..64bd755 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "instant-segment-py" -version = "0.1.1" +version = "0.1.2" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" workspace = ".." +description = "Fast English word segmentation" +homepage = "https://github.com/InstantDomainSearch/instant-segment" +repository = "https://github.com/InstantDomainSearch/instant-segment" +documentation = "https://docs.rs/instant-segment" +readme = "../README.md" [lib] name = "instant_segment"