commit | 98fd9701eac94765b95d3bffc79c9dcbc366f87f | [log] [tgz] |
---|---|---|
author | Taiki Endo <[email protected]> | Sun Feb 14 19:51:25 2021 +0900 |
committer | GitHub <[email protected]> | Sun Feb 14 19:51:25 2021 +0900 |
tree | 20d4312489eaa287e535d8b002ca66e9eaf5ff51 | |
parent | 19785ffd1f2872e7a3bd4ea46913a4f00dbf8191 [diff] | |
parent | e97d5c37d3e36bdd64683b72d5926eecbaf37645 [diff] |
Merge pull request #15 from smol-rs/readme Remove readme field from Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index e9b4c0d..c50b366 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -10,7 +10,6 @@ description = "Task abstraction for building executors" keywords = ["futures", "task", "executor", "spawn"] categories = ["asynchronous", "concurrency", "no-std"] -readme = "README.md" [features] default = ["std"]