Newer
Older
authors = ["Jeremy Soller <jackpot51@gmail.com>"]

Jeremy Soller
committed
name = "relibc"
members = ["src/crt0", "src/crti", "src/crtn", "src/ld_so"]
Graham MacDonald
committed
cbindgen = "0.13.2"
lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
posix-regex = { path = "posix-regex", features = ["no_std"] }
rand = { version = "0.5.5", default-features = false }
[dependencies.goblin]
version = "0.0.21"
default-features = false
features = ["elf32", "elf64", "endian_fd"]
[dependencies.ralloc]
path = "ralloc"
default-features = false
optional = true
[target.'cfg(target_os = "linux")'.dependencies]
sc = "0.2.3"
[target.'cfg(target_os = "redox")'.dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"