From d25858cb57bf051ac915550c4ebf2b11c2e451ec Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 22 Jan 2016 16:34:31 -0800 Subject: [PATCH] Exclude test directory from package --- openssl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"]