]> git.lizzy.rs Git - rust.git/blob - build_sysroot/alloc_system/Cargo.toml
Drop support for cloudabi targets
[rust.git] / build_sysroot / alloc_system / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers", "bjorn3 (edited to be usable outside the rust source)"]
3 name = "alloc_system"
4 version = "0.0.0"
5 [lib]
6 name = "alloc_system"
7 path = "lib.rs"
8 test = false
9 doc = false
10 [dependencies]
11 core = { path = "../sysroot_src/library/core" }
12 libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
13 compiler_builtins = "0.1"