roc/examples/hello-rust/platform/Cargo.toml
2021-07-20 09:22:40 -05:00

15 lines
230 B
TOML

[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]