]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/Cargo.toml
Auto merge of #95931 - matthiaskrgr:rollup-1c5zhit, r=matthiaskrgr
[rust.git] / compiler / rustc_typeck / Cargo.toml
index 7e570e151c5298c6431481097493273a823bdcbc..57930a28a35a159ba9267aac1e0e3a129e47ba62 100644 (file)
@@ -15,6 +15,7 @@ rustc_middle = { path = "../rustc_middle" }
 rustc_attr = { path = "../rustc_attr" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
+rustc_graphviz = { path = "../rustc_graphviz" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_hir_pretty = { path = "../rustc_hir_pretty" }
 rustc_target = { path = "../rustc_target" }
@@ -27,3 +28,4 @@ rustc_infer = { path = "../rustc_infer" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
 rustc_ty_utils = { path = "../rustc_ty_utils" }
 rustc_lint = { path = "../rustc_lint" }
+rustc_serialize = { path = "../rustc_serialize" }