13 lines
196 B
TOML
13 lines
196 B
TOML
[package]
|
|
name = "compiler-rt-cdylib"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[build-dependencies]
|
|
gcc = "0.3.36"
|
|
|