mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Have file.rs use the new roc_worker
crate
This commit is contained in:
parent
4042fd8d52
commit
d1a002f49e
6 changed files with 275 additions and 333 deletions
|
@ -32,6 +32,7 @@ roc_target = { path = "../roc_target" }
|
|||
roc_tracing = { path = "../../tracing" }
|
||||
roc_types = { path = "../types" }
|
||||
roc_unify = { path = "../unify" }
|
||||
roc_worker = { path = "../worker" }
|
||||
|
||||
ven_pretty = { path = "../../vendor/pretty" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue