mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Move main.rs to cli.rs to prepare for nectar binary
This commit is contained in:
parent
311ba74cd6
commit
788445964a
4 changed files with 30 additions and 26 deletions
|
|
@ -17,8 +17,11 @@
|
|||
)]
|
||||
|
||||
pub mod bitcoin;
|
||||
pub mod cli;
|
||||
pub mod config;
|
||||
pub mod database;
|
||||
pub mod execution_params;
|
||||
pub mod fs;
|
||||
pub mod monero;
|
||||
pub mod network;
|
||||
pub mod protocol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue