libc-rs/libc-test/Cargo.toml

15 lines
314 B
TOML
Raw Normal View History

2015-09-10 07:46:19 +02:00
[package]
name = "libc-test"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
libc = { path = ".." }
[build-dependencies]
2015-09-16 08:28:52 +02:00
ctest = { git = "https://github.com/alexcrichton/ctest" }
2016-08-27 04:48:54 +02:00
[replace]
"gcc:0.3.35" = { git = "https://github.com/alexcrichton/gcc-rs" }