diff options
| author | Ferdia McKeogh <chocol4te@users.noreply.github.com> | 2018-06-07 11:45:11 +0100 |
|---|---|---|
| committer | Ferdia McKeogh <chocol4te@users.noreply.github.com> | 2018-06-07 11:45:11 +0100 |
| commit | 14b18111821d8e1929df149a8782e9b7c761b1ff (patch) | |
| tree | afa829e305becf0be98b3dd86fc52c256edf7805 /Cargo.toml | |
| parent | 53dbbad891e1c223ba5b1939e114b37667011f11 (diff) | |
Fix "Could not find `Op` in `proc_macro`"
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ cortex-m = "0.4.0" cortex-m-rtfm-macros = { path = "macros", version = "0.3.1" } rtfm-core = "0.2.0" untagged-option = "0.1.1" +syn = "0.14.2" +quote = "0.6.3" +proc-macro2 = "0.4.6" +failure = "0.1.1" [target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.3.5" |
