]> git.lizzy.rs Git - rust.git/blob - build_sysroot/compiler_builtins/Cargo.toml
Misc changes
[rust.git] / build_sysroot / compiler_builtins / Cargo.toml
1 [package]
2 name = "compiler_builtins"
3 # Make sure the `compiler_builtins` from crates.io doesn't take precedence over this
4 # replacement by specifying a higher version than the one on crates.io.
5 version = "0.1.100"
6 authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
7 edition = "2018"
8
9 [lib]
10 name = "compiler_builtins"
11 path = "lib.rs"
12 test = false
13 doc = false
14
15 [dependencies]
16 core = { path = "../sysroot_src/src/libcore" }
17
18 [features]
19 rustc-dep-of-std = []
20 c = []