mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Make modules private
This commit is contained in:
parent
a3e896684c
commit
387a4da2f6
@ -3,8 +3,8 @@ use serde::{de::DeserializeOwned, Deserialize, Serialize};
|
||||
use std::{fmt::Display, path::Path};
|
||||
use uuid::Uuid;
|
||||
|
||||
pub mod alice;
|
||||
pub mod bob;
|
||||
mod alice;
|
||||
mod bob;
|
||||
|
||||
pub use alice::Alice;
|
||||
pub use bob::Bob;
|
||||
|
Loading…
Reference in New Issue
Block a user