mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
13 lines
319 B
TOML
13 lines
319 B
TOML
[package]
|
|
name = "roc_work"
|
|
description = "This is used in loading."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_module = { path = "../module" }
|
|
roc_error_macros = { path = "../../error_macros" }
|