From affb9c62529dfbadf9de6e43c3d1f00afbd048db Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Wed, 30 May 2018 16:12:34 +0200 Subject: [PATCH] Cargo lock --- Cargo.lock | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a245619a..9494aa84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,13 +409,9 @@ dependencies = [ name = "durs" version = "0.1.0" dependencies = [ - "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "duniter-core 0.1.0", "duniter-tui 0.1.0", "duniter-ws2p 0.1.0", - "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "websocket 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -- GitLab