From 0bc4df6a1ab14ecf55d68cc86134d14b26eca6e5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 28 May 2020 14:47:10 -0400 Subject: exhaustive: Implement an exhaustive search index --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 724f6ea..5971ae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,4 @@ categories = ["algorithms", "data-structures"] [dependencies] num-traits = "0.2.11" +rand = "0.7.3" -- cgit v1.2.3