libc-rs/libc-test/Cargo.toml

18 lines
316 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-11 02:17:16 +02:00
syntex_syntax = "0.13.0"
2015-09-11 08:43:41 +02:00
gcc = { git = "https://github.com/alexcrichton/gcc-rs" }
2015-09-10 07:46:19 +02:00
[lib]
name = "libc_test"
test = false
doctest = false