libc-rs/libc-test/Cargo.toml

12 lines
237 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" }