From 07367c2022df1ac8045af289ab215e785e398911 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 1 Feb 2021 13:24:21 +0100 Subject: [PATCH] Update Cargo metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"]