aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-29 01:16:11 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-29 01:17:54 -0500
commit616054815361642678910ada3b8053ee6352ab12 (patch)
treeb55a9fd3261c58cbe4e797107867e869eed53ee9 /macros/Cargo.toml
parent2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 (diff)
v0.2.0
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index a62d208..eda10c5 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -1,7 +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://docs.rs/cortex-m-rtfm-macros"
+keywords = ["arm", "cortex-m"]
+license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros"
-version = "0.1.0"
+repository = "https://github.com/japaric/cortex-m-rtfm"
+version = "0.2.0"
[dependencies]
error-chain = "0.10.0"