Remove readme field from Cargo.toml

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

View File

@ -13,7 +13,6 @@ homepage = "https://github.com/smol-rs/parking"
documentation = "https://docs.rs/parking"
keywords = ["park", "notify", "thread", "wake", "condition"]
categories = ["concurrency"]
readme = "README.md"
[dev-dependencies]
easy-parallel = "3.0.0"