leggendo2

This commit is contained in:
clizia 2025-03-06 13:08:38 +01:00
parent 774d0da8b4
commit 4be1cae848

View file

@ -5,7 +5,11 @@ in corso....
#### how to:
client:
`cargo run --bin client`
```
cargo run --bin client
```
server:
`RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server`
```
RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server
```