diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c9f9b61d..02ec9770 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -26,4 +26,4 @@ insta = { workspace = true } tempfile = { workspace = true } [package.metadata.cargo-machete] -ignored = ["build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts +ignored = ["build-data", "build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts