mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
18 lines
314 B
TOML
18 lines
314 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "profiler_builtins"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[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.1"
|