From f17ae95b2125e20938d7e2af4647cb1fae6613f0 Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 25 Nov 2021 09:56:10 +0200 Subject: [PATCH] remove snafu --- peach-lib/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index e7e77b38..8fb44d1b 100644 --- a/peach-lib/Cargo.toml +++ b/peach-lib/Cargo.toml @@ -4,8 +4,6 @@ version = "1.2.15" authors = ["Andrew Reid "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] log = "0.4" jsonrpc-client-core = "0.5" @@ -13,11 +11,9 @@ jsonrpc-client-http = "0.5" jsonrpc-core = "8.0.1" serde = { version = "1.0", features = ["derive"] } rust-crypto = "0.2.36" -serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.8" env_logger = "0.6" -snafu = "0.6" regex = "1" chrono = "0.4.19" rand="0.8.4"