aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-11 23:44:54 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-11 23:44:54 -0500
commit59afbf02aa06d976dfd22df4cb87fadf6027a0fb (patch)
treec497c5a90fc576baaafa5692cbae4b6760823af8 /Cargo.toml
parent8485a24d3640d5be02e70f9cdc4ec6a47d98dcfd (diff)
compiler plugin -> proc macro
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f37449d..09acc71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,4 +14,5 @@ version = "0.2.0"
[dependencies]
cortex-m = "0.3.0"
+cortex-m-rtfm-macros = { path = "macros" }
static-ref = "0.2.0" \ No newline at end of file