From 6fe8957fa72854a80d4c709805f997ee1729698f Mon Sep 17 00:00:00 2001 From: Bhargav Date: Mon, 30 Sep 2019 18:55:13 -0700 Subject: [PATCH] Add note on required dependencies (#16) --- tonic-examples/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tonic-examples/README.md b/tonic-examples/README.md index 22583af..0bd5e25 100644 --- a/tonic-examples/README.md +++ b/tonic-examples/README.md @@ -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)