X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=a242f090fbc07e889723c334dcb8689b3314be7b;hb=9efd3205b57aaa8908a1eca337ab8336cdb16bc2;hp=cb3c0ee194fe2e4f0a3cab2b46be70b7bf9ec1ef;hpb=257dbb826d0000f7d56c71fb7d93b5de288a157e;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index cb3c0ee194f..a242f090fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,6 +67,8 @@ rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' } # See comments in `tools/rustc-std-workspace-core/README.md` for what's going on # 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" }