]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Rollup merge of #68832 - GuillaumeGomez:clean-up-3-err-codes, r=estebank
[rust.git] / src / librustc_driver / Cargo.toml
index b856e5da5a093262125cd339be50409ab79f436c..7a5966269b30196e4b42f15e8d7d053e9f7e5ef5 100644 (file)
@@ -14,6 +14,7 @@ lazy_static = "1.0"
 log = "0.4"
 env_logger = { version = "0.7", default-features = false }
 rustc = { path = "../librustc" }
+rustc_ast_pretty = { path = "../librustc_ast_pretty" }
 rustc_target = { path = "../librustc_target" }
 rustc_lint = { path = "../librustc_lint" }
 rustc_data_structures = { path = "../librustc_data_structures" }