update macros/Cargo.toml

This commit is contained in:
Jorge Aparicio 2018-11-03 17:24:45 +01:00
parent d6c26fd21f
commit 3a867e70c3

View file

@ -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]