diff options
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r-- | libc-test/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml new file mode 100644 index 0000000000..9ff476579f --- /dev/null +++ b/libc-test/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "libc-test" +version = "0.1.0" +authors = ["Alex Crichton <alex@alexcrichton.com>"] +build = "build.rs" + +[dependencies] +libc = { path = ".." } + +[build-dependencies] +ctest = { git = "https://github.com/alexcrichton/ctest" } |