]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/Cargo.toml
Rollup merge of #107834 - zephaniahong:issue-107547-fix, r=albertlarsan68
[rust.git] / compiler / rustc_session / Cargo.toml
index a052f29334169ebd5d6478caf780b41fb8e4df0d..d8db86c5f6216e1643d7b1e33d881135cf096fb1 100644 (file)
@@ -13,11 +13,13 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_target = { path = "../rustc_target" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_index = { path = "../rustc_index" }
 rustc_span = { path = "../rustc_span" }
 rustc_fs_util = { path = "../rustc_fs_util" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_lint_defs = { path = "../rustc_lint_defs" }
 smallvec = "1.8.1"
+termize = "0.1.1"
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2"