We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee309f commit ce06f77Copy full SHA for ce06f77
src/utils/cargo_metadata.rs
@@ -84,7 +84,7 @@ impl Package {
84
target
85
.kind
86
.iter()
87
- .any(|kind| kind == "lib" || kind == "proc-macro")
+ .any(|kind| kind != "bin")
88
})
89
}
90
0 commit comments