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", "src/ld_so", "cbindgen"]
exclude = ["core_io", "ralloc"]
lazy_static = { version = "1.2.0", features = ["nightly", "spin_no_std"] }
memoffset = "0.3.0"
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]
[target.'cfg(target_os = "redox")'.dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"