crunchy-cli/src/main.rs
2022-11-24 15:30:49 +01:00

4 lines
80 B
Rust

#[tokio::main]
async fn main() {
crunchy_cli_core::cli_entrypoint().await
}