use leash::ignite; use webhook::WebhookServer; #[cfg(not(target_os = "windows"))] use tikv_jemallocator::Jemalloc; #[cfg(not(target_os = "windows"))] #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; ignite!(WebhookServer);