]> git.proxmox.com Git - rustc.git/blame - src/libcompiler_builtins/Cargo.toml
New upstream version 1.13.0+dfsg1
[rustc.git] / src / libcompiler_builtins / Cargo.toml
CommitLineData
9e0c209e
SL
1[package]
2authors = ["The Rust Project Developers"]
3build = "build.rs"
4name = "compiler_builtins"
5version = "0.0.0"
6
7[lib]
8name = "compiler_builtins"
9path = "lib.rs"
10
11[dependencies]
12core = { path = "../libcore" }
13
14[build-dependencies]
15gcc = "0.3.27"