Add note on required dependencies (#16)

This commit is contained in:
Bhargav
2019-09-30 18:55:13 -07:00
committed by Lucio Franco
parent 9af614e5f7
commit 6fe8957fa7
+11
View File
@@ -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)