aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"