diff options
Diffstat (limited to 'examples/hello-zig/build.zig.zon')
| -rw-r--r-- | examples/hello-zig/build.zig.zon | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/hello-zig/build.zig.zon b/examples/hello-zig/build.zig.zon new file mode 100644 index 0000000..09f7da2 --- /dev/null +++ b/examples/hello-zig/build.zig.zon | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | .{ | ||
| 2 | .name = .hello_zig, | ||
| 3 | .version = "0.1.0", | ||
| 4 | .fingerprint = 0x1c1a468675f426fe, // Changing this has security and trust implications. | ||
| 5 | .minimum_zig_version = "0.15.2", | ||
| 6 | .dependencies = .{}, | ||
| 7 | .paths = .{ | ||
| 8 | "build.zig", | ||
| 9 | "build.zig.zon", | ||
| 10 | "src", | ||
| 11 | }, | ||
| 12 | } | ||
