Empty crate

This commit is contained in:
Jack Grigg
2018-07-10 23:23:02 +01:00
commit 1e3f7739a3
7 changed files with 279 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "zip32"
version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
license = "MIT/Apache-2.0"
description = "Library for implementing shielded hierarchical deterministic wallets"
documentation = "https://docs.rs/zip32/"
homepage = "https://github.com/zcash-hackworks/zip32"
repository = "https://github.com/zcash-hackworks/zip32"
[dependencies]