From c3a40afa11d3c79b257284aaa0c1e1bb499bae8d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 14 Feb 2021 19:43:57 +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 043f7ce..c964a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ homepage = "https://github.com/smol-rs/atomic-waker" documentation = "https://docs.rs/atomic-waker" keywords = ["waker", "notify", "wake", "futures", "async"] categories = ["asynchronous", "concurrency"] -readme = "README.md" [dev-dependencies] futures = "0.3.5"