Start runs and coordinate with server

This commit is contained in:
Joscha 2023-08-12 02:16:02 +02:00
parent f79468c871
commit b23fc6460f
6 changed files with 296 additions and 32 deletions

View file

@ -1,4 +1,5 @@
mod coordinator;
mod run;
mod server;
mod tree;