added monorepo structure for ceasar-traffic and basic cli parsing with clap for test purpose

This commit is contained in:
Patryk Hegenberg 2024-04-05 16:42:33 +02:00
parent 07020f6814
commit b20bade6b7
8 changed files with 259 additions and 3 deletions

3
caesar_core/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}