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:
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"
|
||||
keywords = ["async", "await", "future", "std", "task"]
|
||||
categories = ["asynchronous", "concurrency", "network-programming"]
|
||||
readme = "README.md"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["docs"]
|
||||
|
|
Loading…
Reference in a new issue