mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Less keywords
This commit is contained in:
parent
960234bf76
commit
f0a59e3441
2 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,13 @@ categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "Procedural macros, syntax parsing, and codegen of the RTIC crate"
|
description = "Procedural macros, syntax parsing, and codegen of the RTIC crate"
|
||||||
documentation = "https://rtic-rs.github.io/rtic/api/rtic"
|
documentation = "https://rtic-rs.github.io/rtic/api/rtic"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["arm", "cortex-m", "risc-v", "embedded", "async", "runtime", "futures", "await", "no-std", "rtos", "bare-metal"]
|
keywords = [
|
||||||
|
"embedded",
|
||||||
|
"async",
|
||||||
|
"runtime",
|
||||||
|
"no-std",
|
||||||
|
"rtos",
|
||||||
|
]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "rtic-macros"
|
name = "rtic-macros"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
|
@ -11,17 +11,11 @@ description = "Real-Time Interrupt-driven Concurrency (RTIC): a concurrency fram
|
||||||
documentation = "https://rtic.rs/"
|
documentation = "https://rtic.rs/"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = [
|
keywords = [
|
||||||
"arm",
|
|
||||||
"cortex-m",
|
|
||||||
"risc-v",
|
|
||||||
"embedded",
|
"embedded",
|
||||||
"async",
|
"async",
|
||||||
"runtime",
|
"runtime",
|
||||||
"futures",
|
|
||||||
"await",
|
|
||||||
"no-std",
|
"no-std",
|
||||||
"rtos",
|
"rtos",
|
||||||
"bare-metal",
|
|
||||||
]
|
]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "rtic"
|
name = "rtic"
|
||||||
|
|
Loading…
Reference in a new issue