[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" } [replace] "gcc:0.3.35" = { git = "https://github.com/alexcrichton/gcc-rs" }