From a2651efc1c24bc1b6e89c2a6d8e8ace946185c2f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 6 Sep 2021 16:25:43 +0200 Subject: [PATCH] py: extend Cargo metadata --- instant-distance-py/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/instant-distance-py/Cargo.toml b/instant-distance-py/Cargo.toml index 457a4e0..530c8af 100644 --- a/instant-distance-py/Cargo.toml +++ b/instant-distance-py/Cargo.toml @@ -4,6 +4,11 @@ version = "0.3.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "MIT OR Apache-2.0" +workspace = ".." +description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches" +homepage = "https://github.com/InstantDomain/instant-distance" +repository = "https://github.com/InstantDomain/instant-distance" +readme = "../README.md" [lib] name = "instant_distance"