mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
28 lines
No EOL
661 B
TOML
28 lines
No EOL
661 B
TOML
[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"
|
|
repository = "https://github.com/japaric/cortex-m-rtfm"
|
|
version = "0.3.1"
|
|
|
|
[dependencies]
|
|
failure = "0.1.1"
|
|
proc-macro2 = "0.3.6"
|
|
quote = "0.5.1"
|
|
# rtfm-syntax = "0.3.0"
|
|
rtfm-syntax = { path = "../../rtfm-syntax" }
|
|
syn = "0.13.1"
|
|
|
|
[dependencies.either]
|
|
version = "1"
|
|
default-features = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
timer-queue = [] |