mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
4 lines
80 B
Rust
4 lines
80 B
Rust
#[tokio::main]
|
|
async fn main() {
|
|
crunchy_cli_core::cli_entrypoint().await
|
|
}
|