refactor: pull things into own files, have a library
This commit is contained in:
parent
4848f2be2f
commit
ee23572983
7 changed files with 176 additions and 166 deletions
5
src/lib.rs
Normal file
5
src/lib.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub mod branding;
|
||||
pub mod cli;
|
||||
pub mod command;
|
||||
pub mod meta_commands;
|
||||
pub mod statements;
|
||||
Loading…
Add table
Add a link
Reference in a new issue