roc/crates/compiler/worker/Cargo.toml
2024-06-17 22:21:07 -04:00

16 lines
381 B
TOML

[package]
name = "roc_worker"
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_work = { path = "../work" }
roc_error_macros = { path = "../../error_macros" }
crossbeam.workspace = true