]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_passes/Cargo.toml
Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnik
[rust.git] / src / librustc_ast_passes / Cargo.toml
index 25b1acebd2a08bf2b58f4e8b3215d692578bf1ef..5d096e4965ddc7b4664d7570779b2d59c7cab00b 100644 (file)
@@ -10,10 +10,12 @@ 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" }
 rustc_parse = { path = "../librustc_parse" }
 rustc_session = { path = "../librustc_session" }
 rustc_span = { path = "../librustc_span" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }