diff options
| author | Ulf Lilleengen <[email protected]> | 2022-11-22 14:48:42 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-11-22 14:51:23 +0100 |
| commit | 51233c0357c5ef694c6751c2cf62c54777e2baf0 (patch) | |
| tree | 6b618d964ca08eb0df11e026e2ff6efeb454bd12 /embassy-executor | |
| parent | 5c52d6c2172ba76267fd79b74f406fc74a50744d (diff) | |
doc: update cargo manifests with keywords
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 8 |
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" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | 6 | description = "async/await executor designed for embedded usage" | |
| 7 | repository = "https://github.com/embassy-rs/embassy" | ||
| 8 | categories = [ | ||
| 9 | "embedded", | ||
| 10 | "no-std", | ||
| 11 | "asynchronous", | ||
| 12 | ] | ||
| 7 | 13 | ||
| 8 | [package.metadata.embassy_docs] | 14 | [package.metadata.embassy_docs] |
| 9 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/" | 15 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-v$VERSION/embassy-executor/src/" |
