diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 00:34:00 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 00:46:38 -0500 |
| commit | 2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 (patch) | |
| tree | 549db01071e63ac232ab5781771fbb3993a9d822 /macros/Cargo.toml | |
| parent | e85d6e53c89cd1ea1da8826778c5a74154fb651d (diff) | |
update examples
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 |
