diff --git a/Cargo.toml b/Cargo.toml index 5e2718e..6c8ee8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,3 @@ -[package] -description = "Parity Common crates" -name = "parity-common" -version = "0.1" -license = "GPL-3.0" -authors = ["Parity Technologies "] - [workspace] members = [ "ethcore-bytes", diff --git a/kvdb/Cargo.toml b/kvdb/Cargo.toml index 859ebde..26c7bea 100644 --- a/kvdb/Cargo.toml +++ b/kvdb/Cargo.toml @@ -6,4 +6,4 @@ authors = ["Parity Technologies "] [dependencies] elastic-array = "0.10" error-chain = { version = "0.12", default-features = false } -ethcore-bytes = { path = "../bytes" } +ethcore-bytes = { path = "../ethcore-bytes" }