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

@ -0,0 +1,3 @@
mod worker;
pub use worker::*;