]> git.lizzy.rs Git - rust.git/blob - src/libprofiler_builtins/Cargo.toml
Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth
[rust.git] / src / libprofiler_builtins / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "profiler_builtins"
4 version = "0.0.0"
5 edition = "2018"
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 compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
17
18 [build-dependencies]
19 cc = "1.0.1"