aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2021-02-14 19:51:25 +0900
committerGitHub <noreply@github.com>2021-02-14 19:51:25 +0900
commit98fd9701eac94765b95d3bffc79c9dcbc366f87f (patch)
tree20d4312489eaa287e535d8b002ca66e9eaf5ff51
parent19785ffd1f2872e7a3bd4ea46913a4f00dbf8191 (diff)
parente97d5c37d3e36bdd64683b72d5926eecbaf37645 (diff)
downloadasync-task-98fd9701eac94765b95d3bffc79c9dcbc366f87f.tar.gz
Merge pull request #15 from smol-rs/readme
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"]