Generate random runner tokens

This commit is contained in:
Joscha 2023-08-10 16:58:28 +02:00
parent f84a5b288e
commit 8005718584
3 changed files with 15 additions and 12 deletions

View file

@ -1,5 +1,6 @@
mod args;
mod config;
mod id;
mod runner;
mod server;
mod shared;