]> git.lizzy.rs Git - rust.git/blob - src/libprofiler_builtins/Cargo.toml
Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakis
[rust.git] / src / libprofiler_builtins / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 build = "build.rs"
4 name = "profiler_builtins"
5 version = "0.0.0"
6
7 [lib]
8 name = "profiler_builtins"
9 path = "lib.rs"
10 test = false
11 bench = false
12 doc = false
13
14 [dependencies]
15 core = { path = "../libcore" }
16 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
17
18 [build-dependencies]
19 cc = "1.0.1"