Move cli specific modules under cli folder

nectar will also have its own folder with a separate config.
This commit is contained in:
Franck Royer 2021-02-11 09:59:24 +11:00
parent 901c9e89c9
commit 7805a6d684
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
5 changed files with 8 additions and 5 deletions

View file

@ -17,8 +17,7 @@
)]
pub mod bitcoin;
pub mod command;
pub mod config;
pub mod cli;
pub mod database;
pub mod execution_params;
pub mod fs;