From 0f1c7ebd0db9499097010de2a86494f7f9090034 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Jul 2019 10:58:50 -0400 Subject: get the grpc build working --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b67598b..f96d70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,7 @@ authors = ["Jesse Luehrs "] edition = "2018" [dependencies] +grpc = "0.6" + +[build-dependencies] +protoc-rust-grpc = "0.6" -- cgit v1.2.3-54-g00ecf