Initial commit

This commit is contained in:
Andrii Babarytskyi 2025-06-05 20:11:02 +02:00
commit 012ef02a8e
9 changed files with 1068 additions and 0 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
To launch the application, you can use the following commands in your terminal, assuming you have Rust and Cargo installed, in separate terminal windows:
```bash
cargo run -- -i 8001 -o 8000
cargo run -- -i 8000 -o 8001
```