add tonic-build to readme (#54)
This commit is contained in:
committed by
Lucio Franco
parent
412a0bd697
commit
736a537760
@@ -54,10 +54,14 @@ $ cargo +beta build
|
|||||||
#### `Cargo.toml`
|
#### `Cargo.toml`
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
[dependencies]
|
||||||
tonic = "*"
|
tonic = "*"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
prost = "0.5"
|
prost = "0.5"
|
||||||
prost-derive = "0.5"
|
prost-derive = "0.5"
|
||||||
|
|
||||||
|
[build-dependencies]
|
||||||
|
tonic-build = "*"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Protobuf
|
#### Protobuf
|
||||||
|
|||||||
Reference in New Issue
Block a user