Skip to content

Commit 25ff9dc

Browse files
committed
Only include necessary files in package
1 parent 2996972 commit 25ff9dc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Cargo.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ documentation = "https://docs.rs/bindgen"
1616
version = "0.29.0"
1717
build = "build.rs"
1818

19-
exclude = [
20-
"bindgen-integration",
21-
"ci",
22-
"tests/**",
23-
"*.orig",
19+
include = [
20+
"Cargo.toml",
21+
"build.rs",
22+
"src/*.rs",
2423
]
2524

2625
[badges]

0 commit comments

Comments
 (0)