[package] name = "host" version = "0.1.0" authors = ["The Roc Contributors"] license = "UPL-1.0" edition = "2018" [lib] crate-type = ["staticlib"] [dependencies] roc_std = { path = "../../../roc_std" } libc = "0.2" [workspace]