* chore: Remove required bytes dep and clean up deny * Fix interop test cli args
17 lines
438 B
TOML
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" }
|