blob: dfcf127c484b0400b76fc15657df2f8ee71a260d [file] [log] [blame]
[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" }