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

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

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

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