]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Deprecate using rustc_plugin without the rustc_driver dylib.
[rust.git] / src / librustc_driver / Cargo.toml
index 42aa8203cba0eb21882745ff5287fed5bdc557a6..f7a423092acbd52f602aa2dd42bfeb609b2022f0 100644 (file)
@@ -20,6 +20,7 @@ rustc_data_structures = { path = "../librustc_data_structures" }
 errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_metadata = { path = "../librustc_metadata" }
 rustc_mir = { path = "../librustc_mir" }
+rustc_plugin_impl = { path = "../librustc_plugin" }
 rustc_save_analysis = { path = "../librustc_save_analysis" }
 rustc_codegen_utils = { path = "../librustc_codegen_utils" }
 rustc_interface = { path = "../librustc_interface" }