argh, overlooked two extern crates

This commit is contained in:
Niko Matsakis 2016-04-07 13:09:00 -04:00
parent 29ad9a2d57
commit 9eaae92011

View File

@ -14,3 +14,5 @@ rbml = { path = "../librbml" }
rustc = { path = "../librustc" }
rustc_data_structures = { path = "../librustc_data_structures" }
serialize = { path = "../libserialize" }
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }