We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b046c5 commit 81067d0Copy full SHA for 81067d0
Cargo.toml
@@ -14,7 +14,8 @@ code.
14
keywords = ["build-dependencies"]
15
readme = "README.md"
16
categories = ["development-tools::build-utils"]
17
-exclude = ["/.github"]
+# The binary target is only used by tests.
18
+exclude = ["/.github", "tests", "src/bin"]
19
edition = "2018"
20
rust-version = "1.53"
21
0 commit comments