diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-05-28 14:47:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 10:02:23 -0400 |
commit | 0bc4df6a1ab14ecf55d68cc86134d14b26eca6e5 (patch) | |
tree | 9da22c96b160ece1f7efc463bbd6520aadafd85c /Cargo.toml | |
parent | 7677a551690458c4bc588955ea0d4b5db7f8942d (diff) | |
download | acap-0bc4df6a1ab14ecf55d68cc86134d14b26eca6e5.tar.xz |
exhaustive: Implement an exhaustive search index
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ categories = ["algorithms", "data-structures"] [dependencies] num-traits = "0.2.11" +rand = "0.7.3" |