From b47b9f5398343dc624ae332c686877359399bc09 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 31 Jul 2016 13:58:38 -0700 Subject: [PATCH] Remove README descriptions where not present --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6056e19b4..b5ffe4e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "futures-mio" version = "0.1.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" -readme = "README.md" repository = "https://github.com/alexcrichton/futures-rs" homepage = "https://github.com/alexcrichton/futures-rs" documentation = "http://alexcrichton.com/futures-rs/futures_mio/"