mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Revert "Merge pull request #200 from sigp/new-structure"
This reverts commitd7a3545be1, reversing changes made to1da06c156c.
This commit is contained in:
14
protos/Cargo.toml
Normal file
14
protos/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "protos"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||||
edition = "2018"
|
||||
description = "Google protobuf message and service definitions used in Lighthouse APIs."
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
|
||||
protobuf = "2.0"
|
||||
|
||||
[build-dependencies]
|
||||
protoc-grpcio = "0.3.1"
|
||||
Reference in New Issue
Block a user