]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_expand/Cargo.toml
Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitor
[rust.git] / src / librustc_expand / Cargo.toml
index f9c15fbed362f5edc223aefee5cd3c1491eb1baa..cb7919d630ad40e99a791a72a2ee23bed416539b 100644 (file)
@@ -14,10 +14,14 @@ doctest = false
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 log = "0.4"
 rustc_span = { path = "../librustc_span" }
-errors = { path = "../librustc_errors", package = "rustc_errors" }
+rustc_ast_pretty = { path = "../librustc_ast_pretty" }
+rustc_ast_passes = { path = "../librustc_ast_passes" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_errors = { path = "../librustc_errors" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_lexer = { path = "../librustc_lexer" }
 rustc_parse = { path = "../librustc_parse" }
+rustc_session = { path = "../librustc_session" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }