mirror of https://github.com/lukechilds/cc-rs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
232 B
16 lines
232 B
10 years ago
|
[package]
|
||
7 years ago
|
name = "cc-test"
|
||
10 years ago
|
version = "0.1.0"
|
||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
|
|
||
|
[lib]
|
||
7 years ago
|
name = "cc_test"
|
||
10 years ago
|
doctest = false
|
||
10 years ago
|
test = false
|
||
10 years ago
|
|
||
|
[build-dependencies]
|
||
7 years ago
|
cc = { path = ".." }
|
||
9 years ago
|
|
||
|
[features]
|
||
7 years ago
|
parallel = ["cc/parallel"]
|