influxdb/grpc-router-test-gen/Cargo.toml

16 lines
379 B
TOML
Raw Normal View History

[package]
name = "grpc-router-test-gen"
version = "0.1.0"
authors = ["Marko Mikulicic <mkm@influxdata.com>"]
2021-10-25 08:45:44 +00:00
edition = "2021"
description = "Protobuf used in test for the grpc-router crate; need to be in a separate create because of linter limitations"
[dependencies]
tonic = "0.5"
prost = "0.8"
prost-types = "0.8"
[build-dependencies]
tonic-build = "0.5"
prost-build = "0.8"