Build protobufs for compact formats

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

View File

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