aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-11-03 17:24:45 +0100
committerJorge Aparicio <jorge@japaric.io>2018-11-03 17:24:45 +0100
commit3a867e70c3b1afc4943ec597e4f188432fba5a8b (patch)
tree41bc00739da8f832eb5ba68ef99ec8b9d06111a4
parentd6c26fd21f1e500abc2366f9ce3222cdc9b69689 (diff)
update macros/Cargo.toml
-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]