factor logic out of main.rs into lib.rs (#9)

This commit is contained in:
Za Wilcox
2019-10-25 18:23:39 -06:00
committed by adityapk00
parent 865a72442d
commit 3a76d92607
4 changed files with 313 additions and 297 deletions

View File

@@ -1,7 +1,6 @@
#[macro_use]
extern crate rust_embed;
pub mod startup_helpers;
pub mod lightclient;
pub mod grpcconnector;
pub mod lightwallet;