]> git.lizzy.rs Git - rust.git/blob - src/libprofiler_builtins/Cargo.toml
Rollup merge of #58228 - taiki-e:librustc_plugin-2018, r=Centril
[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 edition = "2018"
7
8 [lib]
9 name = "profiler_builtins"
10 path = "lib.rs"
11 test = false
12 bench = false
13 doc = false
14
15 [dependencies]
16 core = { path = "../libcore" }
17 compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
18
19 [build-dependencies]
20 cc = "1.0.1"