Skip to content

Commit 258a703

Browse files
committed
Switch to a whitelist for crate contents
1 parent 02c33a6 commit 258a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://sfackler.github.io/rust-postgres/doc/v0.10.2/postgres"
99
readme = "README.md"
1010
keywords = ["database", "sql"]
1111
build = "build.rs"
12-
exclude = [".travis.yml", ".gitignore", ".travis/*", "benches/*", "tests/*"]
12+
include = ["src/*", "build.rs", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
1313

1414
[lib]
1515
name = "postgres"

0 commit comments

Comments
 (0)