From ed5ce42ba8fc67db8a8bb385490ccec7a218a7e3 Mon Sep 17 00:00:00 2001 From: Jose Colon Rodriguez Date: Sun, 11 Feb 2024 19:08:34 -0400 Subject: init --- build.zig.zon | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 build.zig.zon (limited to 'build.zig.zon') 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 @@ +.{ + .name = "zgbench", + .version = "0.0.0", + .dependencies = .{ + .ziglyph = .{ + .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz", + .hash = "1220e097fbfb3a15a6f3484cf507f1f10ab571d1bcf519c3b5447ca727782b7a5264", + }, + }, + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + "LICENSE", + "README.md", + }, +} -- cgit v1.2.3