Build protobufs for compact formats
This commit is contained in:
@@ -9,3 +9,4 @@
|
||||
pub mod constants;
|
||||
pub mod encoding;
|
||||
pub mod keys;
|
||||
pub mod proto;
|
||||
|
||||
3
zcash_client_backend/src/proto/mod.rs
Normal file
3
zcash_client_backend/src/proto/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
//! Generated code for handling light client protobuf structs.
|
||||
|
||||
pub mod compact_formats;
|
||||
Reference in New Issue
Block a user