Newer
Older
[package]
name = "relibc"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[lib]

Jeremy Soller
committed
name = "relibc"
members = ["src/crt0", "src/crti", "src/crtn", "cbindgen"]
exclude = ["core_io", "ralloc"]
lazy_static = { version = "1.2.0", features = ["nightly", "spin_no_std"] }
posix-regex = { path = "posix-regex", features = ["no_std"] }
rand = { version = "0.5.5", default-features = false }
va_list = { path = "va_list", features = ["no_std"] }
[dependencies.compiler_builtins]
git = "https://github.com/rust-lang-nursery/compiler-builtins.git"
default-features = false
[dependencies.ralloc]
path = "ralloc"
default-features = false
optional = true
[target.'cfg(target_os = "linux")'.dependencies]
[target.'cfg(target_os = "redox")'.dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"