roc/crates/compiler/worker/Cargo.toml

16 lines
337 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.workspace = true
roc_module.workspace = true
roc_work.workspace = true
roc_error_macros.workspace = true
crossbeam.workspace = true