mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
17 lines
273 B
TOML
17 lines
273 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]
|
|
cc = "1.0.97"
|