From 97d64547f40f362120109fd23f647f15241c08d9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 28 May 2020 16:02:25 -0400 Subject: docs: Add a README --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ebdf330..418514a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Tavian Barnes "] edition = "2018" description = "A principled API for nearest neighbor search in both metric and non-metric spaces" +readme = "README.md" repository = "https://github.com/tavianator/acap" license = "MIT" keywords = ["ann", "knn", "nearest-neighbors"] -- cgit v1.2.3