Rename `path` to `parity-path`

This commit is contained in:
David Palm 2018-08-24 11:53:33 +02:00
parent c0687344ac
commit 01a19c6b28
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ members = [
"memorydb",
"parity-bytes",
"parity-crypto",
"path",
"parity-path",
"patricia_trie",
"plain_hasher",
"rlp",

View File

@ -1,5 +1,5 @@
[package]
name = "path"
name = "parity-path"
version = "0.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL3"