aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-01-22 16:34:31 -0800
committerSteven Fackler <[email protected]>2016-01-22 16:34:31 -0800
commitd25858cb57bf051ac915550c4ebf2b11c2e451ec (patch)
treed2d64d35d7dfc0ea16d87928c9ff6b29903e6dc8
parentMerge branch 'release' (diff)
downloadrust-openssl-d25858cb57bf051ac915550c4ebf2b11c2e451ec.tar.xz
rust-openssl-d25858cb57bf051ac915550c4ebf2b11c2e451ec.zip
Exclude test directory from package
-rw-r--r--openssl/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 55ae0d76..3275c2ae 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -9,6 +9,7 @@ documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.5/openssl"
readme = "../README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
build = "build.rs"
+exclude = ["test/*"]
[features]
tlsv1_2 = ["openssl-sys/tlsv1_2"]