mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
16 lines
295 B
TOML
16 lines
295 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
|
name = "cortex-m-rtfm-macros"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
error-chain = "0.10.0"
|
|
quote = "0.3.15"
|
|
syn = "0.11.11"
|
|
|
|
[dependencies.rtfm-syntax]
|
|
git = "https://github.com/japaric/rtfm-syntax"
|
|
optional = false
|
|
|
|
[lib]
|
|
proc-macro = true
|