diff options
author | 2025-08-11 18:17:40 -0400 | |
---|---|---|
committer | 2025-08-11 20:46:00 -0400 | |
commit | 89055b019e2e2d49f8813d3578f6bc338326ca47 (patch) | |
tree | cdd097e134454937ccd35324b55d4055c2c2f4ed /hook/build.zig.zon | |
download | rt2-master.tar.gz rt2-master.zip |
Diffstat (limited to 'hook/build.zig.zon')
-rw-r--r-- | hook/build.zig.zon | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hook/build.zig.zon b/hook/build.zig.zon new file mode 100644 index 0000000..f9c531b --- /dev/null +++ b/hook/build.zig.zon @@ -0,0 +1,12 @@ +.{ + .name = .hook, + .version = "0.0.0", + .fingerprint = 0xa45843556d3689d1, // Changing this has security and trust implications. + .minimum_zig_version = "0.15.0-dev.1149+4e6a04929", + .dependencies = .{}, + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + }, +} |