mirror of
https://github.com/fafhrd91/actix-net
synced 2024-12-03 19:42:13 +01:00
5 lines
69 B
Rust
5 lines
69 B
Rust
|
#[actix_rt::main]
|
||
|
fn main() {
|
||
|
futures::future::ready(()).await
|
||
|
}
|