Skip to content

Commit

Permalink
Add note on required dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bIgBV authored and LucioFranco committed Oct 1, 2019
1 parent 9af614e commit 6fe8957
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tonic-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,15 @@ $ cargo run --bin tls-client

```bash
$ cargo run --bin tls-server
```


### Notes:

If you are using the `codegen` feature, then the following dependencies are
**required**:

* [bytes](https://crates.io/crates/bytes)
* [prost](https://crates.io/crates/prost)
* [prost-derive](https://crates.io/crates/prost-derive)

0 comments on commit 6fe8957

Please sign in to comment.