Have file.rs use the new roc_worker crate

This commit is contained in:
Richard Feldman 2024-06-17 22:14:00 -04:00
parent 4042fd8d52
commit d1a002f49e
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
6 changed files with 275 additions and 333 deletions

View file

@ -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" }