Skip to content

Commit

Permalink
Point tonic to root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Oct 2, 2019
1 parent c1db642 commit 2734d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tonic/Cargo.toml
Expand Up @@ -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"]

Expand All @@ -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"
Expand Down

0 comments on commit 2734d3a

Please sign in to comment.