From e38b5f843a0393cbe5eda2cfa4cd2578807f094b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 14 Feb 2021 19:43:45 +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 ed60cda..e721310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ homepage = "https://github.com/smol-rs/async-process" documentation = "https://docs.rs/async-process" keywords = ["process", "spawn", "command", "subprocess", "child"] categories = ["asynchronous", "os"] -readme = "README.md" [dependencies] cfg-if = "1.0"