Merge pull request #6 from smol-rs/readme

Remove readme field from Cargo.toml
This commit is contained in:
Taiki Endo 2021-02-14 19:51:30 +09:00 committed by GitHub
commit 09b6ee2122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ homepage = "https://github.com/smol-rs/atomic-waker"
documentation = "https://docs.rs/atomic-waker"
keywords = ["waker", "notify", "wake", "futures", "async"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"
[dev-dependencies]
futures = "0.3.5"