Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 19:43:57 +09:00
parent 207517ce7e
commit c3a40afa11
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"