2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Add readme section to Cargo.toml (#47)

This allows crates.io to render the readme directly on the crate page
This commit is contained in:
James Munns 2019-08-16 19:59:57 +02:00 committed by Yoshua Wuyts
parent e8e82c6b71
commit da8a5cef28

View file

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