aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 3aece07..4237e21 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -4,8 +4,13 @@ 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