Files
tonic/tests/same_name/Cargo.toml
T
Lucio FrancoandGitHub 6673f91f1f chore: Remove required bytes dep and clean up deny (#227)
* chore: Remove required bytes dep and clean up deny

* Fix interop test cli args
2020-01-11 12:48:24 -08:00

17 lines
438 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" }
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
[build-dependencies]
tonic-build = { path = "../../tonic-build" }