From 672375b2ef8a9062f22f33b2f77a34151363f416 Mon Sep 17 00:00:00 2001 From: James Munns Date: Fri, 16 Aug 2019 18:20:23 +0200 Subject: [PATCH] Add readme section to Cargo.toml 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 d80ab3913..297794227 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"]