]> git.proxmox.com Git - rustc.git/blob - src/liblibc/libc-test/generate-files/Cargo.toml
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / liblibc / libc-test / generate-files / Cargo.toml
1 # Cargo.toml which is used to just generate the all.{c,rs} files used to test
2 # some platforms. These files are then combined with the overlay files commented
3 # in the above directory as well to assemble a libc-test project which will
4 # compile/run all tests.
5
6 [package]
7 name = "generate-files"
8 version = "0.1.0"
9 authors = ["Alex Crichton <alex@alexcrichton.com>"]
10
11 [[bin]]
12 name = "generate-files"
13 path = "../build.rs"
14
15 [dependencies]
16 ctest = { git = "https://github.com/alexcrichton/ctest" }