xref: /rust-libc-0.2.174/libc-test/Cargo.toml (revision a097ff6d)
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