mini_claw 0.1.7

Lightweight Rust agent platform for Raspberry Pi
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    // Always skip Playwright browser download for all platforms
    println!("cargo:rustc-env=PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1");
    println!("cargo:warning=PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 (browser download always skipped by pinchy)");
    Ok(())
}