[package] name = "unistd" version = "0.1.0" authors = ["Jeremy Soller <jackpot51@gmail.com>"] build = "build.rs" [build-dependencies] cbindgen = { path = "../cbindgen" } [dependencies] common = { path = "../common" }