leggendo2
This commit is contained in:
parent
774d0da8b4
commit
4be1cae848
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue