1e5c6bc5b8
It is currently broken. (see https://github.com/japaric/xargo/issues/227) This makes it easier to for example patch whole crates away.
14 lines
394 B
TOML
14 lines
394 B
TOML
[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"
|