tandem-server 0.4.37

HTTP server for Tandem engine APIs
Documentation
1
2
3
4
5
6
7

#[path = "../tasks.rs"]
pub mod tasks;

pub async fn run_automation_v2_executor(state: AppState) {
    tasks::run_automation_v2_executor(state).await
}