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

[lib]
name = "cc_test"
doctest = false
test = false

[build-dependencies]
cc = { path = ".." }

[features]
parallel = ["cc/parallel"]