aboutsummaryrefslogtreecommitdiff
path: root/systest/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-10-14 11:39:43 -0700
committerGitHub <[email protected]>2016-10-14 11:39:43 -0700
commit98e71596fb48ce7cdabd46e581f32a9a54398cce (patch)
tree7d600055248d58edfccd4ed5577c32c86bac3ff2 /systest/Cargo.toml
parentRename NoPadding to None (diff)
parentIgnore DTLS tests on Windows/ARM for now (diff)
downloadrust-openssl-98e71596fb48ce7cdabd46e581f32a9a54398cce.tar.xz
rust-openssl-98e71596fb48ce7cdabd46e581f32a9a54398cce.zip
Merge pull request #464 from alexcrichton/systest
Add support for OpenSSL 1.1.0
Diffstat (limited to 'systest/Cargo.toml')
-rw-r--r--systest/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/systest/Cargo.toml b/systest/Cargo.toml
new file mode 100644
index 00000000..3997bf35
--- /dev/null
+++ b/systest/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "systest"
+version = "0.1.0"
+authors = ["Alex Crichton <[email protected]>"]
+build = "build.rs"
+
+[dependencies]
+libc = "0.2"
+openssl-sys = { path = "../openssl-sys" }
+
+[build-dependencies]
+ctest = "0.1"