aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7edb295..b3e4bbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,6 @@ lto = "fat"
codegen-units = 1
[dependencies]
-# Constant `HashMap`
-lazy_static = "1.4.0"
-
# Byte manipulation
byteorder = "1.4.3"