Fix relative path to readme in Cargo.toml

This commit is contained in:
Tim Kuehn
2016-02-12 01:19:38 -08:00
parent 6f3b7dc13b
commit a221ad9b0d

View File

@@ -7,7 +7,7 @@ documentation = "https://google.github.io/tarpc"
homepage = "https://github.com/google/tarpc"
repository = "https://github.com/google/tarpc"
keywords = ["rpc", "protocol", "framework", "remote", "procedure", "serialize"]
readme = "README.md"
readme = "../README.md"
description = "An RPC framework for Rust with a focus on ease of use."
[dependencies]