Add empty coordinator

This commit is contained in:
Luke Parker
2023-04-11 09:21:35 -04:00
parent d74cbe2cce
commit de52c4db7f
7 changed files with 52 additions and 0 deletions

2
coordinator/src/main.rs Normal file
View File

@@ -0,0 +1,2 @@
#[tokio::main]
async fn main() {}