tsk-ai 0.6.4

AI-powered development task delegation and sandboxing tool
1
2
3
4
5
6
7
8
fn main() {
    // Link macOS frameworks required by mac-notification-sys
    #[cfg(target_os = "macos")]
    {
        println!("cargo:rustc-link-lib=framework=CoreServices");
        println!("cargo:rustc-link-lib=framework=AppKit");
    }
}