Fix a path

Simpler root Cargo.toml
This commit is contained in:
David Palm 2018-06-29 11:56:26 +02:00
parent 2ce4df3ea9
commit bb948c0f39
2 changed files with 1 additions and 8 deletions

View File

@ -1,10 +1,3 @@
[package]
description = "Parity Common crates"
name = "parity-common"
version = "0.1"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[workspace]
members = [
"ethcore-bytes",

View File

@ -6,4 +6,4 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = "0.10"
error-chain = { version = "0.12", default-features = false }
ethcore-bytes = { path = "../bytes" }
ethcore-bytes = { path = "../ethcore-bytes" }