Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 19:43:45 +09:00
parent d953551a8c
commit e38b5f843a
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/async-process"
documentation = "https://docs.rs/async-process"
keywords = ["process", "spawn", "command", "subprocess", "child"]
categories = ["asynchronous", "os"]
readme = "README.md"
[dependencies]
cfg-if = "1.0"