Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 19:40:19 +09:00
parent ab77214b6e
commit 4decd55ccb
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/async-executor"
documentation = "https://docs.rs/async-executor"
keywords = ["asynchronous", "executor", "single", "multi", "spawn"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"
[dependencies]
async-task = "4.0.0"