]> git.lizzy.rs Git - rust.git/blob - src/libprofiler_builtins/Cargo.toml
Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, 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
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"