From 98596554b3d88a7619bdbc3ac7462a95b7263e96 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 14 Jul 2017 18:54:54 -0500 Subject: split macro parser into its own crate and improve error handling / reporting --- macros/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macros/Cargo.toml') 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 -- cgit v1.2.3