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.
13 lines
202 B
13 lines
202 B
10 years ago
|
[package]
|
||
|
name = "gcc-test"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
|
build = "build.rs"
|
||
|
|
||
|
[lib]
|
||
|
name = "gcc-test"
|
||
|
doctest = false
|
||
|
|
||
|
[build-dependencies]
|
||
|
gcc = { path = ".." }
|