rtic/macros/Cargo.toml

21 lines
610 B
TOML
Raw Normal View History

2017-07-04 18:26:11 +02:00
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
2017-07-29 08:16:11 +02:00
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"
2017-07-29 08:16:11 +02:00
repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.2.0"
2017-07-04 18:26:11 +02:00
[dependencies]
error-chain = "0.10.0"
2017-07-04 18:26:11 +02:00
quote = "0.3.15"
# TODO undo change
rtfm-syntax = { git = "https://github.com/jonas-schievink/rtfm-syntax.git", branch = "init-resources" }
2017-07-04 18:26:11 +02:00
syn = "0.11.11"
[lib]
2017-07-12 06:44:54 +02:00
proc-macro = true