diff --git a/Cargo.toml b/Cargo.toml index ed990f8be..32357148a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,33 @@ path = "src/lib.rs" [workspace] exclude = [ - "tests/depfile/single_crate", "tests/depfile/single_crate_config", - "tests/depfile/single_crate_default_config" + "tests/depfile/single_crate_default_config", + "tests/depfile/single_crate", + "tests/rust/bitfield", + "tests/rust/dep_v2", + "tests/rust/dep_v2/dep", + "tests/rust/derive_eq", + "tests/rust/expand_default_features", + "tests/rust/expand_dep_v2", + "tests/rust/expand_dep_v2/dep_v2", + "tests/rust/expand_dep_v2/dep", + "tests/rust/expand_dep", + "tests/rust/expand_dep/dep", + "tests/rust/expand_features", + "tests/rust/expand_no_default_features", + "tests/rust/expand", + "tests/rust/external_workspace_child", + "tests/rust/literal_target", + "tests/rust/mod_2015", + "tests/rust/mod_2018", + "tests/rust/mod_attr", + "tests/rust/mod_path", + "tests/rust/package_version", + "tests/rust/rename_crate", + "tests/rust/rename_crate/dependency", + "tests/rust/rename_crate/no_extern", + "tests/rust/rename_crate/old_dep", + "tests/rust/workspace", + "tests/rust/workspace/dep", ]