mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
update Cargo.toml for rustbuild
This commit is contained in:
parent
d3c489c917
commit
5cdcad9d35
@ -12,4 +12,5 @@ crate-type = ["dylib"]
|
|||||||
log = { path = "../liblog" }
|
log = { path = "../liblog" }
|
||||||
rustc = { path = "../librustc" }
|
rustc = { path = "../librustc" }
|
||||||
rustc_const_eval = { path = "../librustc_const_eval" }
|
rustc_const_eval = { path = "../librustc_const_eval" }
|
||||||
|
rustc_const_math = { path = "../librustc_const_math" }
|
||||||
syntax = { path = "../libsyntax" }
|
syntax = { path = "../libsyntax" }
|
||||||
|
Loading…
Reference in New Issue
Block a user