X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frustc_driver_impl%2FCargo.toml;h=af85b12c52b20dc35362d84a6fb873f468a2947c;hb=3de7d7fb22a579a3d59ddb1c959d1b3da224aafa;hp=59e937777483ec1941854b6d66d5b29c26ea4a49;hpb=73681323e611972caa9a6107312c9e1f74467545;p=rust.git diff --git a/compiler/rustc_driver_impl/Cargo.toml b/compiler/rustc_driver_impl/Cargo.toml index 59e93777748..af85b12c52b 100644 --- a/compiler/rustc_driver_impl/Cargo.toml +++ b/compiler/rustc_driver_impl/Cargo.toml @@ -1,10 +1,9 @@ [package] -name = "rustc_driver" +name = "rustc_driver_impl" version = "0.0.0" edition = "2021" [lib] -crate-type = ["dylib"] [dependencies] tracing = { version = "0.1.35" }