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

View file

@ -1,6 +1,6 @@
[workspace]
members = [
"caesar_cli",
"caesar_cli", "caesar_core", "caesar_server",
]
[workspace.dependencies]