From d7110efb6e8673180d942aa63328585448e25c3b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 14 Feb 2021 19:36:31 +0900 Subject: [PATCH] Remove readme field from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a693a4f..17d2557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }