From 3a867e70c3b1afc4943ec597e4f188432fba5a8b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 3 Nov 2018 17:24:45 +0100 Subject: [PATCH] update macros/Cargo.toml --- macros/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 684a7e1241..d72372383b 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,13 @@ [package] authors = ["Jorge Aparicio "] +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]