mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
15 lines
230 B
TOML
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]
|