mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-17 15:26:14 +00: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 std::{fmt::Display, path::Path};
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
pub mod alice;
|
mod alice;
|
||||||
pub mod bob;
|
mod bob;
|
||||||
|
|
||||||
pub use alice::Alice;
|
pub use alice::Alice;
|
||||||
pub use bob::Bob;
|
pub use bob::Bob;
|
||||||
|
Loading…
Reference in New Issue
Block a user