summaryrefslogtreecommitdiffstats
path: root/library/profiler_builtins/Cargo.toml
blob: 3371dfa124253ee29c4971be8544a5030fc95ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.69"