]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_expand/Cargo.toml
Use better bound names in `-Zverbose` mode
[rust.git] / src / librustc_expand / Cargo.toml
index 36273ec0806baf591f2e3ad168b9c6a663269ef7..d04dd079be75dda338d6e3de0a247604c1bb1364 100644 (file)
@@ -13,11 +13,13 @@ doctest = false
 [dependencies]
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 log = "0.4"
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
-errors = { path = "../librustc_errors", package = "rustc_errors" }
+rustc_span = { path = "../librustc_span" }
+rustc_ast_passes = { path = "../librustc_ast_passes" }
 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" }