Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 19:44:44 +09:00
parent d963b53f0f
commit 94adda1433
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/polling"
documentation = "https://docs.rs/polling"
keywords = ["mio", "epoll", "kqueue", "iocp", "wepoll"]
categories = ["asynchronous", "network-programming", "os"]
readme = "README.md"
[features]
default = ["std"]