about summary refs log tree commit diff
path: root/build_sysroot/alloc_system/Cargo.toml
blob: 221faab32bd83dd9a1f46843f1d41ceadd0d38c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["The Rust Project Developers", "bjorn3 (edited to be usable outside the rust source)"]
name = "alloc_system"
version = "0.0.0"
[lib]
name = "alloc_system"
path = "lib.rs"
test = false
doc = false
[dependencies]
core = { path = "../sysroot_src/src/libcore" }
libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
compiler_builtins = "0.1"