diff options
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4237e21..a62d208 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,11 +6,8 @@ version = "0.1.0" [dependencies] error-chain = "0.10.0" quote = "0.3.15" +rtfm-syntax = "0.1.0" syn = "0.11.11" -[dependencies.rtfm-syntax] -git = "https://github.com/japaric/rtfm-syntax" -optional = false - [lib] proc-macro = true |
