From da8a5cef28e01341f175d86b7dc4a1b860220e2a Mon Sep 17 00:00:00 2001 From: James Munns Date: Fri, 16 Aug 2019 19:59:57 +0200 Subject: [PATCH] Add readme section to Cargo.toml (#47) This allows crates.io to render the readme directly on the crate page --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 13e83b4..99b76bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ documentation = "https://docs.rs/async-std" description = "Async version of the Rust standard library" keywords = ["async", "await", "future", "std", "task"] categories = ["asynchronous", "concurrency", "network-programming"] +readme = "README.md" [package.metadata.docs.rs] features = ["docs"]