From 870731cb9fe76a0689c62cdcbda992801608c70c Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 18 Feb 2016 13:08:25 +0100 Subject: [PATCH] No need to bring in daemonize module. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 828ed32e7..c58cacf0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ ethsync = { path = "sync" } ethcore-rpc = { path = "rpc", optional = true } fdlimit = { path = "util/fdlimit" } target_info = "0.1" -daemonize = "0.2" [features] default = ["rpc"]