summaryrefslogtreecommitdiff
path: root/systest/Cargo.toml
blob: a9a3a99245d21ef1c3b26ae39e5c33c0a0d66136 (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.1"

[build-dependencies]
ctest = "0.1"