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