diff options
Diffstat (limited to 'libc/libc-test/Cargo.toml')
-rw-r--r-- | libc/libc-test/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libc/libc-test/Cargo.toml b/libc/libc-test/Cargo.toml new file mode 100644 index 0000000..4e7c884 --- /dev/null +++ b/libc/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 = "0.1" |