diff options
| author | Steven Fackler <[email protected]> | 2016-01-22 16:34:31 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-01-22 16:34:31 -0800 |
| commit | d25858cb57bf051ac915550c4ebf2b11c2e451ec (patch) | |
| tree | d2d64d35d7dfc0ea16d87928c9ff6b29903e6dc8 | |
| parent | Merge branch 'release' (diff) | |
| download | rust-openssl-d25858cb57bf051ac915550c4ebf2b11c2e451ec.tar.xz rust-openssl-d25858cb57bf051ac915550c4ebf2b11c2e451ec.zip | |
Exclude test directory from package
| -rw-r--r-- | openssl/Cargo.toml | 1 |
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"] |