From e9593e0abbcd8cf6a1c5ec8a7f40ae50820d0a6b Mon Sep 17 00:00:00 2001 From: debris Date: Wed, 7 Sep 2016 13:59:14 +0200 Subject: [PATCH] ethkey-cli --- Cargo.toml | 1 + ethcore/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 762f7cb4c..112a36312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,7 @@ ipc = ["ethcore/ipc"] dev = ["clippy", "ethcore/dev", "ethcore-util/dev", "ethsync/dev", "ethcore-rpc/dev", "ethcore-dapps/dev", "ethcore-signer/dev"] json-tests = ["ethcore/json-tests"] stratum = ["ipc"] +ethkey-cli = ["ethcore/ethkey-cli"] ethstore-cli = ["ethcore/ethstore-cli"] [[bin]] diff --git a/ethcore/Cargo.toml b/ethcore/Cargo.toml index cd15e53da..fe6a682cb 100644 --- a/ethcore/Cargo.toml +++ b/ethcore/Cargo.toml @@ -51,4 +51,5 @@ dev = ["clippy"] default = [] benches = [] ipc = [] +ethkey-cli = ["ethkey/cli"] ethstore-cli = ["ethstore/cli"]