Files
tonic/tests/same_name/Cargo.toml
T
Adam JacobandLucio Franco 8997f47b6d chore: Upgrade to prost master and bytes 0.5 (#224)
This upgrades tonic to prost's master branch, and moves everything to
bytes 0.5.
2020-01-11 11:05:08 -08:00

18 lines
452 B
TOML

[package]
name = "same_name"
version = "0.1.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
publish = false
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = { path = "../../tonic" }
bytes = "0.5"
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
[build-dependencies]
tonic-build = { path = "../../tonic-build" }