From 15a4031856ae7b72be3d5491a17adf0a592c40b5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 28 May 2020 12:49:39 -0400 Subject: Initialize a new project --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..36f5667 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "acap" +version = "0.1.0" +authors = ["Tavian Barnes "] +edition = "2018" +description = "A principled API for nearest neighbor search in both metric and non-metric spaces" +repository = "https://github.com/tavianator/acap" +license = "MIT" +keywords = ["ann", "knn", "nearest-neighbors"] +categories = ["algorithms", "data-structures"] + +[dependencies] -- cgit v1.2.3