[package] name = "unistd" version = "0.1.0" authors = ["Jeremy Soller <[email protected]>"] build = "build.rs" [build-dependencies] cbindgen = { path = "../cbindgen" } [dependencies] platform = { path = "../platform" }