summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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