mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
c631049efc
closes #32 closes #33
22 lines
No EOL
360 B
TOML
22 lines
No EOL
360 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
name = "cortex-m-rtfm-macros"
|
|
version = "0.4.0-beta.1"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "0.6.8"
|
|
proc-macro2 = "0.4.20"
|
|
|
|
[dependencies.syn]
|
|
features = ["extra-traits", "full"]
|
|
version = "0.15.6"
|
|
|
|
[dependencies.rand]
|
|
default-features = false
|
|
version = "0.5.5"
|
|
|
|
[features]
|
|
timer-queue = [] |