diff --git a/Cargo.toml b/Cargo.toml index d1ee291..3ec9435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Dirkjan Ochtman "] edition = "2018" +description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches" +homepage = "https://github.com/InstantDomainSearch/instant-distance" +repository = "https://github.com/InstantDomainSearch/instant-distance" +documentation = "https://docs.rs/instant-distance" [features] with-serde = ["serde", "serde-big-array"]