summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-04-30 20:11:21 +0200
committersharkdp <davidpeter@web.de>2018-04-30 20:11:21 +0200
commit25f83610f94100ed76915381f04ef4310f9068b7 (patch)
treecf73a2c73371dca6924e339950b7921e4398bc8d /Cargo.toml
parent7f070c9dcb05d52482f0d1175261c40e7451daa8 (diff)
Remove explicit bincode dependency
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 874f6a82..2aa33177 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,6 @@ version = "0.2.0"
[dependencies]
atty = "0.2.2"
ansi_term = "0.9"
-bincode = "1.0"
console = "0.6"
git2 = "0.6"
error-chain = "0.11"