@echo off
setlocal DisableDelayedExpansion
set CARGO_ZIGBUILD_ZIG_VERSION=0.16.0
"C:/Users/decid/.cargo/bin/cargo-zigbuild.exe" zig ranlib --  %*
