]> git.proxmox.com Git - rustc.git/blame - src/libcompiler_builtins/Cargo.toml
New upstream version 1.17.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"
476ff2be
SL
10test = false
11bench = false
12doc = false
9e0c209e
SL
13
14[dependencies]
15core = { path = "../libcore" }
16
17[build-dependencies]
8bb4bdeb 18build_helper = { path = "../build_helper" }
9e0c209e 19gcc = "0.3.27"