Add readme section to Cargo.toml (#47)

This allows crates.io to render the readme directly on the crate page
pull/58/head
James Munns 5 years ago committed by Yoshua Wuyts
parent e8e82c6b71
commit da8a5cef28

@ -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"]

Loading…
Cancel
Save