287a0bc
1
2
3
4
5
6
7
use worker::worker_entrypoint; #[tokio::main] async fn main() { worker_entrypoint().await; }