Commit d25858cb authored by Steven Fackler's avatar Steven Fackler
Browse files

Exclude test directory from package

parent 4b25344e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"]