Starting the Clap CLI parser

This commit is contained in:
2025-05-24 13:52:32 -05:00
parent 2067964a80
commit 408b0108a5
4 changed files with 37 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
use serde::Deserialize;
pub mod cli;
pub fn module_echo(){
println!("hello from lib.rs!");
}