From 89055b019e2e2d49f8813d3578f6bc338326ca47 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 11 Aug 2025 18:17:40 -0400 Subject: intial commit --- hook/build.zig.zon | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hook/build.zig.zon (limited to 'hook/build.zig.zon') 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", + }, +} -- cgit v1.2.3-54-g00ecf