summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d384b8bf..30c319f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,11 +16,10 @@ documentation = "https://docs.rs/bindgen"
version = "0.29.0"
build = "build.rs"
-exclude = [
- "bindgen-integration",
- "ci",
- "tests/**",
- "*.orig",
+include = [
+ "Cargo.toml",
+ "build.rs",
+ "src/*.rs",
]
[badges]