]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_passes/Cargo.toml
Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPC
[rust.git] / src / librustc_ast_passes / Cargo.toml
index 25b1acebd2a08bf2b58f4e8b3215d692578bf1ef..01d2ac449b590b034a054c494f5777ecee71eb09 100644 (file)
@@ -10,6 +10,8 @@ path = "lib.rs"
 
 [dependencies]
 log = "0.4"
+rustc_ast_pretty = { path = "../librustc_ast_pretty" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_feature = { path = "../librustc_feature" }