Move storage into application crate

This commit is contained in:
rishflab 2020-10-23 13:13:17 +11:00 committed by rishflab
parent 11a4a7563b
commit c781ee949d
7 changed files with 17 additions and 125 deletions

View file

@ -5,6 +5,7 @@ pub mod alice;
pub mod bitcoin;
pub mod bob;
pub mod network;
pub mod storage;
#[cfg(feature = "tor")]
pub mod tor;