aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 684a7e1..d723723 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -1,6 +1,13 @@
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
+categories = ["concurrency", "embedded", "no-std"]
+description = "Procedural macros of the cortex-m-rtfm crate"
+documentation = "https://japaric.github.io/cortex-m-rtfm/api/cortex_m_rtfm"
+keywords = ["arm", "cortex-m"]
+license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros"
+readme = "../README.md"
+repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.4.0-beta.1"
[lib]