initial commit

This commit is contained in:
NikVolf
2019-08-20 18:05:14 +03:00
parent 081937162c
commit ae364f3ae7
4 changed files with 370 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "zcash-mmr"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
owning_ref = "0.3"