mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
18 lines
331 B
TOML
18 lines
331 B
TOML
[package]
|
|
name = "profiler_builtins"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
test = false
|
|
bench = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
core = { path = "../core" }
|
|
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
|
|
|
|
[build-dependencies]
|
|
# FIXME: Pinned due to build error when bumped (#132556)
|
|
cc = "=1.1.22"
|