update Cargo.toml for rustbuild

This commit is contained in:
Oliver Schneider 2016-04-27 10:47:46 +02:00
parent d3c489c917
commit 5cdcad9d35

View File

@ -12,4 +12,5 @@ crate-type = ["dylib"]
log = { path = "../liblog" }
rustc = { path = "../librustc" }
rustc_const_eval = { path = "../librustc_const_eval" }
rustc_const_math = { path = "../librustc_const_math" }
syntax = { path = "../libsyntax" }