Remove readme field from Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 19:36:31 +09:00
parent 00c3de97d4
commit d7110efb6e
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ homepage = "https://github.com/smol-rs/nb-connect"
documentation = "https://docs.rs/nb-connect"
keywords = ["TcpStream", "UnixStream", "socket2", "polling"]
categories = ["asynchronous", "network-programming", "os"]
readme = "README.md"
[dependencies]
socket2 = { version = "0.3.19", features = ["unix"] }