]> git.lizzy.rs Git - rust.git/blob - src/libprofiler_builtins/Cargo.toml
Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1
[rust.git] / src / libprofiler_builtins / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 build = "build.rs"
4 name = "profiler_builtins"
5 version = "0.0.0"
6
7 [lib]
8 name = "profiler_builtins"
9 path = "lib.rs"
10 test = false
11 bench = false
12 doc = false
13
14 [dependencies]
15 core = { path = "../libcore" }
16
17 [build-dependencies]
18 cc = "1.0"