X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=a242f090fbc07e889723c334dcb8689b3314be7b;hb=c5a2a9a99c3973f77d7c86acb8ff7039c3d9c703;hp=ccd7e8b7654a67f05e15444db80b89421e160590;hpb=61d286e9d0530bea8fb1ae24be3989baa9ea08eb;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index ccd7e8b7654..a242f090fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,6 +68,7 @@ rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' } # here rustc-std-workspace-core = { path = 'src/tools/rustc-std-workspace-core' } rustc-std-workspace-alloc = { path = 'src/tools/rustc-std-workspace-alloc' } +rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' } [patch."https://github.com/rust-lang/rust-clippy"] clippy_lints = { path = "src/tools/clippy/clippy_lints" }