From 2734d3af28f1569d1db851660861112fa449fee8 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 1 Oct 2019 22:32:06 -0400 Subject: [PATCH] Point tonic to root readme --- tonic/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 65c3a2c..be4e2f4 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -18,7 +18,7 @@ homepage = "https://github.com/hyperium/tonic" description = """ A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. """ -readme = "README.md" +readme = "../README.md" categories = ["web-programming", "network-programming", "asynchronous"] keywords = ["rpc", "grpc", "async", "futures", "protobuf"] @@ -40,7 +40,7 @@ tls = [] [dependencies] bytes = "0.4" futures-core-preview = "=0.3.0-alpha.19" -futures-util-preview = "=0.3.0-alpha.19" +futures-util-preview = { version = "=0.3.0-alpha.19", default-features = false } tracing = "0.1" http = "0.1.14" base64 = "0.10"