Remove readme field from Cargo.toml

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

View File

@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/async-dup"
documentation = "https://docs.rs/async-dup"
keywords = ["asynchronous", "duplicate", "clone", "split", "share"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"
[dependencies]
futures-io = "0.3.5"