argh, overlooked two extern crates
This commit is contained in:
parent
29ad9a2d57
commit
9eaae92011
@ -14,3 +14,5 @@ rbml = { path = "../librbml" }
|
|||||||
rustc = { path = "../librustc" }
|
rustc = { path = "../librustc" }
|
||||||
rustc_data_structures = { path = "../librustc_data_structures" }
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
||||||
serialize = { path = "../libserialize" }
|
serialize = { path = "../libserialize" }
|
||||||
|
log = { path = "../liblog" }
|
||||||
|
syntax = { path = "../libsyntax" }
|
||||||
|
Loading…
Reference in New Issue
Block a user