summaryrefslogtreecommitdiff
path: root/third_party/libc/libc-test/Cargo.toml
blob: 9ff476579f6e1abef95236862a8d16094d5408cd (plain) (blame)
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 = { git = "https://github.com/alexcrichton/ctest" }