From 81d617bd936b15a24db7d800bb92d6d0bafc9ed6 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 18 May 2015 23:36:46 -0700 Subject: [PATCH] The README is in a different location --- serde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 1c2b2027..b3e3f01d 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" description = "A generic serialization/deserialization framework" repository = "https://github.com/serde-rs/serde" documentation = "http://serde-rs.github.io/serde/serde" -readme = "README.md" +readme = "../README.md" keywords = ["serialization"] [dependencies]