2022-03-23 20:14:45 +00:00
|
|
|
[package]
|
|
|
|
name = "service_grpc_testing"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
generated_types = { path = "../generated_types" }
|
|
|
|
observability_deps = { path = "../observability_deps" }
|
2022-08-09 17:30:44 +00:00
|
|
|
tonic = "0.8"
|
2022-03-23 20:14:45 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|