7 lines
91 B
Rust
7 lines
91 B
Rust
use g3_cli::run;
|
|
|
|
#[tokio::main]
|
|
async fn main() -> anyhow::Result<()> {
|
|
run().await
|
|
}
|