1 2 3 4 5
/// ÐecisionToolkit entrypoint. #[actix_web::main] async fn main() -> std::io::Result<()> { dsntk::actions::do_action().await }