summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-03 23:00:23 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-03 23:00:23 -0500
commite614b1eec14d03e72b6e9fba15129973df1dd704 (patch)
tree18105248e7d4f6a85b5323cea91936200efd1f28 /Cargo.toml
parent6d0a4d03705b96b252a6b29d3b8c188b9c903b89 (diff)
Fix rust warnings by removing dead code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d68ab83..0184cb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,4 @@ rand = "0.7"
chrono = { version = "0.4", features = ["serde"] }
log = "0.4"
fern = { version = "0.5", features = ["colored"] }
-threadpool = "1.7"
-timer = "0.2"
-time = "0.1" \ No newline at end of file
+threadpool = "1.7" \ No newline at end of file