aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2021-02-14 19:43:53 +0900
committerTaiki Endo <te316e89@gmail.com>2021-02-14 19:43:53 +0900
commite97d5c37d3e36bdd64683b72d5926eecbaf37645 (patch)
tree20d4312489eaa287e535d8b002ca66e9eaf5ff51
parent19785ffd1f2872e7a3bd4ea46913a4f00dbf8191 (diff)
downloadasync-task-e97d5c37d3e36bdd64683b72d5926eecbaf37645.tar.gz
Remove readme field from Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9b4c0d..c50b366 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ documentation = "https://docs.rs/async-task"
description = "Task abstraction for building executors"
keywords = ["futures", "task", "executor", "spawn"]
categories = ["asynchronous", "concurrency", "no-std"]
-readme = "README.md"
[features]
default = ["std"]