Fix Cargo.toml formating

This commit is contained in:
Kristoffer Ström 2016-10-17 16:42:57 +02:00 committed by arkpar
parent 68df68ca1d
commit e202b9c79a
1 changed files with 3 additions and 9 deletions

View File

@ -18,12 +18,6 @@ serde_json = "0.8"
tempdir = "0.3.5"
url = "1.2.0"
ws = "0.5.3"
[dependencies.ethcore-rpc]
path = "../rpc"
[dependencies.ethcore-signer]
path = "../signer"
[dependencies.ethcore-util]
path = "../util"
ethcore-rpc = { path = "../rpc" }
ethcore-signer = { path = "../signer" }
ethcore-util = { path = "../util" }