7 lines
113 B
Rust
7 lines
113 B
Rust
use std::process::ExitCode;
|
|
|
|
#[tokio::main]
|
|
async fn main() -> ExitCode {
|
|
pod::entrypoint::run_cli().await
|
|
}
|