redox/libstd_real/Cargo.toml

20 lines
472 B
TOML
Raw Normal View History

[package]
name = "redox_std"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[lib]
name = "std"
path = "../rust/src/libstd/lib.rs"
[dependencies]
alloc_system = { path = "alloc_system" }
compiler_builtins = { path = "compiler_builtins" }
2016-11-11 03:59:59 +01:00
panic_abort = { path = "panic_abort" }
#panic_unwind = { path = "panic_unwind" }
libc = { path = "libc" }
unwind = { path = "unwind" }
[replace]
2016-11-09 18:43:05 +01:00
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }