render-cli 0.10.3

Command line actions for Render.com
1
2
3
4
5
6
7
pub fn runtime() -> tokio::runtime::Runtime {
    tokio::runtime::Builder::new_current_thread()
        .enable_io()
        .enable_time()
        .build()
        .unwrap()
}