From 736a537760b67b7bcdd05b8fc1e4d461fe299864 Mon Sep 17 00:00:00 2001 From: Matthew Donoughe Date: Mon, 7 Oct 2019 21:38:16 -0400 Subject: [PATCH] add tonic-build to readme (#54) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f91a6f8..f60d551 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,14 @@ $ cargo +beta build #### `Cargo.toml` ```toml +[dependencies] tonic = "*" bytes = "0.4" prost = "0.5" prost-derive = "0.5" + +[build-dependencies] +tonic-build = "*" ``` #### Protobuf