1 2 3 4 5 6 7
#![windows_subsystem = "windows"] use wallpapers::run_as_daemon; fn main() { run_as_daemon(); }