mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
20 lines
571 B
TOML
20 lines
571 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.4.6"
|
|
quote = "0.6.3"
|
|
rtfm-syntax = {git = "https://github.com/chocol4te/rtfm-syntax.git"}
|
|
syn = "0.14.2"
|
|
|
|
[lib]
|
|
proc-macro = true
|