From 911ec5008fd78d726cd62768069fa5dbfb4212c0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 28 May 2020 14:39:08 -0400 Subject: distance: Implement abstract distances, proximities, metrics --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 36f5667..724f6ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ keywords = ["ann", "knn", "nearest-neighbors"] categories = ["algorithms", "data-structures"] [dependencies] +num-traits = "0.2.11" -- cgit v1.2.3