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

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

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

[build-dependencies]
cc = "1.0.1"