Add description to protos crate.

This commit is contained in:
Paul Hauner 2019-01-21 18:52:22 +11:00
parent 053a9b1c31
commit c8fc92e63e
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -3,6 +3,7 @@ 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.16"