zc2 0.0.26

P2P compute broker with credit-based billing, WAL, and broker mesh support
1
2
3
4
5
6
7
fn main() {
    // Re-run when the checked-out commit changes so `zc --version`'s embedded
    // git hash stays accurate (built's git2 capture only refreshes when build.rs runs).
    println!("cargo:rerun-if-changed=.git/HEAD");
    println!("cargo:rerun-if-changed=.git/refs");
    built::write_built_file().expect("Failed to acquire build-time information");
}