X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=a242f090fbc07e889723c334dcb8689b3314be7b;hb=9efd3205b57aaa8908a1eca337ab8336cdb16bc2;hp=ccd7e8b7654a67f05e15444db80b89421e160590;hpb=bfb443eb1de484fde141fa9090a9f4291cbe60a5;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" }