mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-08 01:16:41 +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:
parent
e8e82c6b71
commit
da8a5cef28
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ documentation = "https://docs.rs/async-std"
|
||||||
description = "Async version of the Rust standard library"
|
description = "Async version of the Rust standard library"
|
||||||
keywords = ["async", "await", "future", "std", "task"]
|
keywords = ["async", "await", "future", "std", "task"]
|
||||||
categories = ["asynchronous", "concurrency", "network-programming"]
|
categories = ["asynchronous", "concurrency", "network-programming"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["docs"]
|
features = ["docs"]
|
||||||
|
|
Loading…
Reference in a new issue