Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 20:49:54 +09:00
parent f8bebeb348
commit ba1f3d2c69
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/smol"
documentation = "https://docs.rs/smol"
keywords = ["async", "await", "future", "io", "networking"]
categories = ["asynchronous", "concurrency", "network-programming"]
readme = "README.md"
[dependencies]
async-channel = "1.4.2"