]> git.lizzy.rs Git - rust.git/blob - library/profiler_builtins/Cargo.toml
Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodt
[rust.git] / library / profiler_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 test = false
9 bench = false
10 doc = false
11
12 [dependencies]
13 core = { path = "../core" }
14 compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
15
16 [build-dependencies]
17 cc = "1.0.1"