Move main.rs to cli.rs to prepare for nectar binary

This commit is contained in:
Franck Royer 2021-02-04 16:42:14 +11:00
parent 311ba74cd6
commit 788445964a
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
4 changed files with 30 additions and 26 deletions

View file

@ -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;