Exclude test directory from package

This commit is contained in:
Steven Fackler 2016-01-22 16:34:31 -08:00
parent 4b25344e92
commit d25858cb57
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.5/openssl"
readme = "../README.md" readme = "../README.md"
keywords = ["crypto", "tls", "ssl", "dtls"] keywords = ["crypto", "tls", "ssl", "dtls"]
build = "build.rs" build = "build.rs"
exclude = ["test/*"]
[features] [features]
tlsv1_2 = ["openssl-sys/tlsv1_2"] tlsv1_2 = ["openssl-sys/tlsv1_2"]