summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-05-28 14:47:10 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-24 10:02:23 -0400
commit0bc4df6a1ab14ecf55d68cc86134d14b26eca6e5 (patch)
tree9da22c96b160ece1f7efc463bbd6520aadafd85c /Cargo.toml
parent7677a551690458c4bc588955ea0d4b5db7f8942d (diff)
downloadacap-0bc4df6a1ab14ecf55d68cc86134d14b26eca6e5.tar.xz
exhaustive: Implement an exhaustive search index
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"