From ba1f3d2c6956c29ddb0b3d8ffb5a59e262ed4482 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 14 Feb 2021 20:49:54 +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 f4c4600..4b29868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"