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

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

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

[features]
parallel = ["gcc/parallel"]