ztp/src/main.rs

7 lines
66 B
Rust

use ztp::run;
#[tokio::main]
async fn main() {
run().await
}