summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-05-26 18:24:16 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-05-26 18:24:16 +0200
commit6917ffc2a3c571782c8a3b473e02d5ccf39cd7c0 (patch)
treeeb96be9d981e66aae639f69ff1eeeae08ecf51b3 /Cargo.toml
parent9450ab5a6bf6b2aa57c1ebbd0be0a88c1110e140 (diff)
A bit faster through caching set of occupied spots
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58d1b0c..860129e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,9 @@ rand = "0.6.5"
time = "0.1.42"
num-traits = "0.2.6"
arrayvec = "0.4.10"
+fnv = "1.0.6"
[profile.release]
debug = true
-debug-assertions = true
-overflow-checks = true \ No newline at end of file
+# debug-assertions = true
+# overflow-checks = true \ No newline at end of file