X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=02011357eac9bea2dfd8b351995d00fd05603faf;hb=d4d7ebf142d4dfc01f6435db1eb15eb337013aaf;hp=f961d3e9b97be8033292979f9aab2e770a900fff;hpb=ef2ef926a53baaa9d7a1b73b516d399af7e9aedb;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index f961d3e9b97..02011357eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,8 @@ exclude = [ # not all `Cargo.toml` files are available, so we exclude the `x` binary, # so it can be invoked before the current checkout is set up. "src/tools/x", + # stdarch has its own Cargo workspace + "library/stdarch", ] [profile.release.package.compiler_builtins] @@ -88,6 +90,7 @@ object.debug = 0 # vendored copy. [patch."https://github.com/rust-lang/cargo"] cargo = { path = "src/tools/cargo" } +cargo-util = { path = "src/tools/cargo/crates/cargo-util" } [patch."https://github.com/rust-lang/rustfmt"] # Similar to Cargo above we want the RLS to use a vendored version of `rustfmt`