Model server-runner communication

This commit is contained in:
Joscha 2023-08-10 16:11:01 +02:00
parent 13fed3d18e
commit 9ff95a2c10
4 changed files with 150 additions and 1 deletions

View file

@ -3,6 +3,7 @@ mod config;
mod runner;
mod server;
mod somehow;
mod shared;
use std::{io, process};