Add supervisor API

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-08-22 23:19:05 +02:00
parent 7ce19f8b6d
commit bc30c9cc89
8 changed files with 1412 additions and 12 deletions

View File

@@ -4,3 +4,4 @@ pub mod service;
mod time;
pub mod dag;
pub mod rpc;
pub mod supervisor;