Rename zcash_wallet to zcash_client_backend, set to 2018 edition

This commit is contained in:
Jack Grigg
2018-10-22 17:36:23 +01:00
parent 3b6f5e3d5e
commit fae919ec1c
8 changed files with 21 additions and 15 deletions

8
Cargo.lock generated
View File

@@ -507,6 +507,10 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "zcash_client_backend"
version = "0.0.0"
[[package]]
name = "zcash_primitives"
version = "0.0.0"
@@ -536,10 +540,6 @@ dependencies = [
"sapling-crypto 0.0.1",
]
[[package]]
name = "zcash_wallet"
version = "0.0.0"
[[package]]
name = "zip32"
version = "0.0.0"