1
Fork 0
rust/library/profiler_builtins/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
167 B
TOML
Raw Normal View History

[package]
name = "profiler_builtins"
version = "0.0.0"
edition = "2021"
[lib]
test = false
bench = false
doc = false
[dependencies]
[build-dependencies]
2024-11-13 12:26:24 +00:00
cc = "1.2"