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

2
swap/src/cli.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod command;
pub mod config;