summaryrefslogtreecommitdiff
path: root/systest/Cargo.toml
blob: dd7815553030d266f84f2b3d49e72f908758f40e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "systest"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"

[dependencies]
libssh2-sys = { path = "../libssh2-sys" }
libc = "0.2"

[build-dependencies]
ctest = "0.2"