diff --git a/Cargo.toml b/Cargo.toml index 5ccb8ed..9d7277b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ "memorydb", "parity-bytes", "parity-crypto", - "path", + "parity-path", "patricia_trie", "plain_hasher", "rlp", diff --git a/path/Cargo.toml b/parity-path/Cargo.toml similarity index 84% rename from path/Cargo.toml rename to parity-path/Cargo.toml index be77eef..d51db6f 100644 --- a/path/Cargo.toml +++ b/parity-path/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "path" +name = "parity-path" version = "0.1.1" authors = ["Parity Technologies "] license = "GPL3" diff --git a/path/src/lib.rs b/parity-path/src/lib.rs similarity index 100% rename from path/src/lib.rs rename to parity-path/src/lib.rs