fix: replace k256 path dep with URL, bump zat to v0.2.18
path dependency on ../../k256 broke builds for anyone who doesn't
have the exact local directory layout. use tagged URL deps for both
k256 (v0.0.4) and zat (v0.2.18). also pins minimum_zig_version to
0.15.2 and includes relay benchmark scaffolding.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>