diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon new file mode 100644 index 0000000..58a1b98 --- /dev/null +++ b/build.zig.zon | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | .{ | ||
| 2 | .name = "zgbench", | ||
| 3 | .version = "0.0.0", | ||
| 4 | .dependencies = .{ | ||
| 5 | .ziglyph = .{ | ||
| 6 | .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz", | ||
| 7 | .hash = "1220e097fbfb3a15a6f3484cf507f1f10ab571d1bcf519c3b5447ca727782b7a5264", | ||
| 8 | }, | ||
| 9 | }, | ||
| 10 | .paths = .{ | ||
| 11 | "build.zig", | ||
| 12 | "build.zig.zon", | ||
| 13 | "src", | ||
| 14 | "LICENSE", | ||
| 15 | "README.md", | ||
| 16 | }, | ||
| 17 | } | ||