X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=ccd7e8b7654a67f05e15444db80b89421e160590;hb=3b6e8ed502e351d5d8daa3ac0c61a4e44b428d98;hp=cb3c0ee194fe2e4f0a3cab2b46be70b7bf9ec1ef;hpb=1d029c67e22b272ecc7a32044710600bfa3578e5;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index cb3c0ee194f..ccd7e8b7654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,6 +67,7 @@ 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' } [patch."https://github.com/rust-lang/rust-clippy"] clippy_lints = { path = "src/tools/clippy/clippy_lints" }