aboutsummaryrefslogtreecommitdiff
path: root/libc/libc-test/Cargo.toml
blob: 4e7c88450e6ae133b8e8d0e3f8cd2a7cdc37d9f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "libc-test"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"

[dependencies]
libc = { path = ".." }

[build-dependencies]
ctest = "0.1"