Abbaye

at 2f4eb91

fn main() {
    // Expose the compile-time target triple so the binary knows which artifact to download.
    let target = std::env::var("TARGET").unwrap();
    println!("cargo:rustc-env=TARGET={target}");
    println!("cargo:rerun-if-changed=build.rs");
}