X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=efc6f4a0291ca6791b9088ad6f7a02bb4473106b;hb=7df242dd0900c9ac9bf79c184c72b0978ef9fa9e;hp=4270cabec15c772acf81be57b3e95d3e2e57114f;hpb=2fad396368dfbe404f0bd6ce6307a0314794537c;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 4270cabec15..efc6f4a0291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ members = [ "src/tools/remote-test-client", "src/tools/remote-test-server", "src/tools/rust-installer", + "src/tools/rust-demangler", "src/tools/cargo", "src/tools/rustdoc", "src/tools/rls", @@ -79,11 +80,5 @@ 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' } -# This crate's integration with libstd is a bit wonky, so we use a submodule -# instead of a crates.io dependency. Make sure everything else in the repo is -# also using the submodule, however, so we can avoid duplicate copies of the -# source code for this crate. -backtrace = { path = "src/backtrace" } - [patch."https://github.com/rust-lang/rust-clippy"] clippy_lints = { path = "src/tools/clippy/clippy_lints" }