X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=02011357eac9bea2dfd8b351995d00fd05603faf;hb=33cc3f5116e2f1813a54d5038151e0898a670af2;hp=f961d3e9b97be8033292979f9aab2e770a900fff;hpb=0db8349fff644b0073f3560085c6266e9871bebd;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`