[package] name = "stdlib" version = "0.1.0" authors = ["Jeremy Soller "] build = "build.rs" [build-dependencies] cbindgen = { path = "../../cbindgen" } [dependencies] platform = { path = "../platform" } ralloc = { path = "../../ralloc", default-features = false } ctype = { path = "../ctype" } errno = { path = "../errno" } rand = { git = "https://github.com/rust-lang-nursery/rand/", default-features = false }