Skip to content

Commit 0361f02

Browse files
committed
half work on switching to async and stdio as communication channel
1 parent a465dd2 commit 0361f02

File tree

12 files changed

+527
-416
lines changed

12 files changed

+527
-416
lines changed

playground-worker/Cargo.lock

Lines changed: 0 additions & 98 deletions
This file was deleted.

playground-worker/Cargo.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

playground-worker/src/lib.rs

Lines changed: 0 additions & 165 deletions
This file was deleted.

playground-worker/src/main.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

ui/Cargo.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ tower-http = { version = "0.4", features = ["cors", "fs", "set-header", "trace"]
3131
tracing = "0.1.37"
3232
tracing-subscriber = "0.3.16"
3333
worker_message = { path = "../worker-message" }
34-
playground_worker = { path = "../playground-worker" }
3534
bincode = "1.3"

0 commit comments

Comments
 (0)