about summary refs log tree commit diff
path: root/library/profiler_builtins/Cargo.toml
blob: e075a38daea11ec1b8cbe578c97e27ee6402a9aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "profiler_builtins"
version = "0.0.0"
edition = "2024"

[lib]
test = false
bench = false
doc = false

[dependencies]

[build-dependencies]
# Pinned so `cargo update` bumps don't cause breakage
cc = "=1.2.0"