From 68b2a9b038036f0a530b8b3977cc36ef29ca9c96 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Jul 2019 00:26:08 -0400 Subject: let's avoid grpc for now --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 42e853f..cc80557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] clap = "2" -grpc = "0.6" +protobuf = "2" snafu = "0.4" [build-dependencies] -protoc-rust-grpc = "0.6" +protobuf-codegen-pure = "2" -- cgit v1.2.3-54-g00ecf