Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 5e02680

Browse files
committed
Exclude test crate from codegen package
1 parent 51ea015 commit 5e02680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgres-derive-codegen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/sfackler/rust-postgres-derive"
88
readme = "../README.md"
99
keywords = ["database", "postgres", "postgresql", "sql"]
1010
build = "build.rs"
11+
exclude = ["test"]
1112

1213
[features]
1314
default = ["with-syntex"]

0 commit comments

Comments
 (0)