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