summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-10 16:12:35 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-10 16:12:35 +0200
commit3bfb933d54b09ca57ef9b6a7fb05aca64ba8b76e (patch)
tree21c8ac1ffeedfc42e6e43a74e7dd5ab1ac569e98 /Cargo.toml
parent903a5a1e9a3f5a7029f8fc30b05fff5c9a77eee3 (diff)
Removed tiny hashmap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e5f811..5192198 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ serde_json = "1.0.39"
time = "0.1.42"
num-traits = "0.2.6"
arrayvec = "0.4.10"
-fnv = "1.0.6"
[profile.release]
debug = true