aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-14 18:54:54 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-14 18:57:02 -0500
commit98596554b3d88a7619bdbc3ac7462a95b7263e96 (patch)
treeb04a8e1e6011f741e045044389e6189d49abf78a /macros/Cargo.toml
parent59afbf02aa06d976dfd22df4cb87fadf6027a0fb (diff)
split macro parser into its own crate and improve error handling / reporting
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