Initial commit
This commit is contained in:
commit
038f6841b3
15 changed files with 5750 additions and 0 deletions
8
src/main.rs
Normal file
8
src/main.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
pub mod util;
|
||||
mod cli;
|
||||
|
||||
use cli::execute_cli;
|
||||
|
||||
fn main() {
|
||||
execute_cli();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue