2017-02-13 03:57:50 -06:00
|
|
|
[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" }
|
2018-03-30 06:06:34 -05:00
|
|
|
compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
|
2017-02-13 03:57:50 -06:00
|
|
|
|
|
|
|
[build-dependencies]
|
2017-10-11 19:29:46 -05:00
|
|
|
cc = "1.0.1"
|