aboutsummaryrefslogtreecommitdiff
path: root/systest/Cargo.toml
diff options
context:
space:
mode:
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"