mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 20:13:42 +00:00
![Jade](/assets/img/avatar_default.png)
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
17 lines
273 B
TOML
17 lines
273 B
TOML
[package]
|
|
name = "profiler_builtins"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
test = false
|
|
bench = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
core = { path = "../core" }
|
|
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.69"
|