lighthouse/protos/Cargo.toml

15 lines
379 B
TOML
Raw Normal View History

[package]
name = "protos"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
2019-01-21 07:52:22 +00:00
description = "Google protobuf message and service definitions used in Lighthouse APIs."
[dependencies]
2019-01-21 08:37:30 +00:00
futures = "0.1"
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
2019-01-21 08:37:30 +00:00
protobuf = "2.0"
[build-dependencies]
protoc-grpcio = "0.3.1"