]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_mir/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc_mir / Cargo.toml
index 93817ab0db61b782f7d0512e12430e8a69c277d6..1c41ca6f416e19dabda36e2884e68fb137772754 100644 (file)
@@ -13,6 +13,7 @@ graphviz = { path = "../libgraphviz" }
 log = { path = "../liblog" }
 rustc = { path = "../librustc" }
 rustc_back = { path = "../librustc_back" }
+rustc_const_eval = { path = "../librustc_const_eval" }
+rustc_const_math = { path = "../librustc_const_math" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-rustc_front = { path = "../librustc_front" }
 syntax = { path = "../libsyntax" }