Build protobufs for compact formats

This commit is contained in:
Jack Grigg
2018-10-12 18:22:58 +01:00
parent 7b11d64cf9
commit 2dd2fc620e
7 changed files with 95 additions and 0 deletions

View File

@@ -9,8 +9,12 @@ edition = "2018"
[dependencies]
bech32 = "0.7"
pairing = { path = "../pairing" }
protobuf = "2"
zcash_primitives = { path = "../zcash_primitives" }
[build-dependencies]
protobuf-codegen-pure = "2"
[dev-dependencies]
rand_core = "0.5"
rand_xorshift = "0.2"