commit | 4428cc703842b056295c28db44ce302273b48d20 | [log] [tgz] |
---|---|---|
author | James Munns <james.munns@ferrous-systems.com> | Fri Aug 16 18:21:47 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri Aug 16 18:21:47 2019 +0200 |
tree | 352505cecd02268a24be750570090dbbdf2b5174 | |
parent | c588d81f2ca9f2109e288ebb345e9399fafef50c [diff] |
Add readme section to Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index a693e87..6047243 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -10,6 +10,7 @@ description = "Task abstraction for building executors" keywords = ["futures", "task", "executor", "spawn"] categories = ["asynchronous", "concurrency"] +readme = "README.md" [dependencies] crossbeam-utils = "0.6.5"