add tonic-build to readme (#54)

This commit is contained in:
Matthew Donoughe
2019-10-07 21:38:16 -04:00
committed by Lucio Franco
parent 412a0bd697
commit 736a537760
+4
View File
@@ -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