compiler-builtins-zynq/compiler-rt/compiler-rt-cdylib/Cargo.toml
2016-10-16 07:54:59 +02:00

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"