commit | 3fac7ef126d211e9938d1e956d9b20af008b231e | [log] [tgz] |
---|---|---|
author | Florian Gilcher <florian.gilcher@asquera.de> | Wed Jan 08 09:10:53 2020 +0200 |
committer | Florian Gilcher <florian.gilcher@asquera.de> | Wed Jan 08 09:10:53 2020 +0200 |
tree | edccb8714bff08a40aa1344ff5b4ef39facb3b42 | |
parent | 13cbcf959869b7d651951bd6c6b4c0a3d220ee0d [diff] |
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]