0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-28 21:12:18 +01:00
rust/library/profiler_builtins/Cargo.toml
2024-11-13 12:22:10 +00:00

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"