From 82cfe75de3c86c0e7efbe26f5fdf317646e94936 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Wed, 30 May 2018 13:42:19 +0200
Subject: [PATCH] #70 delete unused dependences

---
 Cargo.toml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 244a311d..7d75866b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,13 +6,9 @@ description = "DUniter-RS (durs) is a new implementation of Duniter protocol and
 license = "AGPL-3.0"
 
 [dependencies]
-clap = "2.31.2"
 duniter-core = { path = "./core" }
 duniter-tui = { path = "./tui" }
 duniter-ws2p = { path = "./ws2p" }
-lazy_static = "1.0.0"
-serde_json = "1.0.17"
-websocket = "0.20.2"
 
 [features]
 # Treat warnings as a build error.
-- 
GitLab