1[package] 2name = "libc-test" 3version = "0.1.0" 4authors = ["Alex Crichton <[email protected]>"] 5build = "build.rs" 6 7[dependencies] 8libc = { path = ".." } 9 10[build-dependencies] 11ctest = { git = "https://github.com/alexcrichton/ctest" } 12 13[replace] 14"gcc:0.3.35" = { git = "https://github.com/alexcrichton/gcc-rs" } 15