From 30b0bdb93389f98cb355f8128032a37772437ae5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Oct 2017 23:27:46 -0700 Subject: protobuf messages --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 5a7ca15..0be23a1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,6 +16,7 @@ extern crate error_chain; extern crate integer_encoding; extern crate crypto; extern crate rand; +extern crate protobuf; #[cfg(test)] extern crate tempdir; @@ -35,5 +36,7 @@ pub use errors::*; // Organize code internally (files, modules), but pull it all into a flat namespace to export. mod sleep; mod register; +pub mod network_proto; +pub mod drive_proto; pub use sleep::*; pub use register::*; -- cgit v1.2.3