From a221ad9b0dc955f8c3d9ad8ff650e93fb69fdc5c Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Fri, 12 Feb 2016 01:19:38 -0800 Subject: [PATCH] Fix relative path to readme in Cargo.toml --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 661f442..f729996 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -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]