mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 03:56:22 -04:00
Make modules private
This commit is contained in:
parent
a3e896684c
commit
387a4da2f6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue