commit | 8e4960d137895e967093d336e0ed736532632e06 | [log] [tgz] |
---|---|---|
author | Yoshua Wuyts <yoshuawuyts+github@gmail.com> | Wed Jan 08 09:15:03 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Jan 08 09:15:03 2020 +0100 |
tree | edccb8714bff08a40aa1344ff5b4ef39facb3b42 | |
parent | 13cbcf959869b7d651951bd6c6b4c0a3d220ee0d [diff] | |
parent | 3fac7ef126d211e9938d1e956d9b20af008b231e [diff] |
Merge pull request #17 from skade/add-no-std-category Add no-std category
diff --git a/Cargo.toml b/Cargo.toml index 7bd7983..968fdca 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/async-task" description = "Task abstraction for building executors" keywords = ["futures", "task", "executor", "spawn"] -categories = ["asynchronous", "concurrency"] +categories = ["asynchronous", "concurrency", "no-std"] readme = "README.md" [target.'cfg(unix)'.dependencies]