Suggestion: Add edition to example Cargo.toml snippet (#78)

This commit is contained in:
George Hahn
2019-10-17 16:07:54 -05:00
committed by Lucio Franco
parent 7eda823c9c
commit 51ce0b9463
+2
View File
@@ -54,6 +54,8 @@ $ cargo +beta build
#### `Cargo.toml`
```toml
edition = "2018"
[dependencies]
tonic = "*"
bytes = "0.4"