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

@@ -9,3 +9,4 @@
pub mod constants;
pub mod encoding;
pub mod keys;
pub mod proto;

View File

@@ -0,0 +1,3 @@
//! Generated code for handling light client protobuf structs.
pub mod compact_formats;