aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-11-22 14:48:42 +0100
committerUlf Lilleengen <[email protected]>2022-11-22 14:51:23 +0100
commit51233c0357c5ef694c6751c2cf62c54777e2baf0 (patch)
tree6b618d964ca08eb0df11e026e2ff6efeb454bd12 /embassy-executor
parent5c52d6c2172ba76267fd79b74f406fc74a50744d (diff)
doc: update cargo manifests with keywords
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index d0f51646d..910d6fa37 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -3,7 +3,13 @@ name = "embassy-executor"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6description = "async/await executor designed for embedded usage"
7repository = "https://github.com/embassy-rs/embassy"
8categories = [
9 "embedded",
10 "no-std",
11 "asynchronous",
12]
7 13
8[package.metadata.embassy_docs] 14[package.metadata.embassy_docs]
9src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/" 15src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/"