wakezilla 0.2.9

A Wake-on-LAN proxy server written in Rust
1
2
3
4
5
#![cfg_attr(target_os = "windows", windows_subsystem = "windows")]

fn main() -> anyhow::Result<()> {
    wakezilla::tray::run()
}