diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 8487844bd6f..b6daa2d407d 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -53,7 +53,6 @@ ethjson = { path = "../json" } ethkey = { path = "../ethkey" } ethstore = { path = "../ethstore" } fetch = { path = "../util/fetch" } -hardware-wallet = { path = "../hw" } keccak-hash = { path = "../util/hash" } node-health = { path = "../dapps/node-health" } parity-reactor = { path = "../util/reactor" }