summary refs log tree commit diff
path: root/src/libcompiler_builtins/Cargo.toml
blob: 1a549ae823ac540e8f9e119dd2164d972a652feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
name = "compiler_builtins"
version = "0.0.0"

[lib]
name = "compiler_builtins"
path = "lib.rs"
test = false
bench = false
doc = false

[dependencies]
core = { path = "../libcore" }

[build-dependencies]
gcc = "0.3.27"