aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-02 16:14:44 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-02 16:14:44 +0100
commitcde6d0f17b9241a55f7117d6a9c629f1a70c9e6c (patch)
tree92b4704248b7a3dc9efd26d83871308c8ecfd530 /Cargo.toml
parent9d979e4df14f90128e3522ef31b1fca07fb81f8c (diff)
downloadconnect4-master.tar.gz
connect4-master.tar.bz2
connect4-master.zip
Updated HashMap to FnvHashMap (slightly faster with small key), Added null window searchHEADmaster
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 a569228..01fe881 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+fnv = "1.0.7"