lock 0.1.0

Lock your system. Supports macOS, Linux, and Windows.
Documentation

fn main()
{
    #[cfg(target_os = "macos")]
    {
        println!("cargo:rustc-link-search=framework={}",
                 "/System/Library/PrivateFrameworks");
    }
}