[package] name = "libc-test" version = "0.1.0" authors = ["Alex Crichton "] build = "build.rs" [dependencies] libc = { path = ".." } [build-dependencies] ctest = "0.1"