Initial commit
This commit is contained in:
commit
012ef02a8e
9 changed files with 1068 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue