mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
13 lines
212 B
TOML
13 lines
212 B
TOML
[package]
|
|
name = "host"
|
|
version = "0.1.0"
|
|
authors = ["Richard Feldman <oss@rtfeldman.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
roc_std = { path = "../../../roc_std" }
|
|
|
|
[workspace]
|