6 lines
95 B
Rust
6 lines
95 B
Rust
|
|
||
|
#[tokio::main(flavor = "current_thread")]
|
||
|
async fn main() {
|
||
|
offline_web::serve().await;
|
||
|
}
|