From c8fc92e63ebc012f908d8b0d59cb9166e7652b4f Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 21 Jan 2019 18:52:22 +1100 Subject: [PATCH] Add description to `protos` crate. --- protos/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/Cargo.toml b/protos/Cargo.toml index 8a2bf6245..92a33c1f4 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -3,6 +3,7 @@ name = "protos" version = "0.1.0" authors = ["Paul Hauner "] edition = "2018" +description = "Google protobuf message and service definitions used in Lighthouse APIs." [dependencies] futures = "0.1.16"