aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-04-05 21:29:17 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-04-05 21:29:17 +0200
commitf0a59e3441f442eea52c8a6d8a1e0ef0446abd6f (patch)
tree5f21668da00d7922f998ccbe61c61b73a911061d /rtic-macros
parent960234bf767da0e260ad21333fd9db356c67b7f1 (diff)
Less keywords
Diffstat (limited to 'rtic-macros')
-rw-r--r--rtic-macros/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index bae7829..71358c0 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -10,7 +10,13 @@ categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "Procedural macros, syntax parsing, and codegen of the RTIC crate"
documentation = "https://rtic-rs.github.io/rtic/api/rtic"
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"
name = "rtic-macros"
readme = "../README.md"