1#![allow(bad_style)] 2 3#[cfg_attr( 4 target_os = "macos", 5 link(name = "ServiceManagement", kind = "framework") 6)] 7extern "C" {} 8 9pub mod errors; 10pub mod login_item; 11pub mod service_management;