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]