added monorepo structure for ceasar-traffic and basic cli parsing with clap for test purpose
This commit is contained in:
parent
07020f6814
commit
b20bade6b7
8 changed files with 259 additions and 3 deletions
3
caesar_core/src/main.rs
Normal file
3
caesar_core/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue