From 9479692af28d82e496dde9609f3bd308a8b9a7ff Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 1 Sep 2019 22:15:28 -0400 Subject: actually, remove protobufs too --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 961cb15..b73dde7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,6 @@ edition = "2018" [dependencies] clap = "2" -protobuf = "2" -snafu = "0.4" +futures = "0.1" +snafu = { version = "0.4", features = ["futures-01"] } tokio = "0.1" - -[build-dependencies] -protobuf-codegen-pure = "2" -- cgit v1.2.3-54-g00ecf