summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2026-01-25 20:14:54 -0600
committerNic Gaffney <gaffney_nic@protonmail.com>2026-01-25 20:14:54 -0600
commit117be1e9f9c2e353694b40e0eb686b2621317063 (patch)
tree8381a11350285d682b1412d511721aeadd5135b9 /build.zig.zon
downloadgren-main.tar.gz
Initial commit with tokenizerHEADmain
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..ba2b122
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,7 @@
+.{
+ .name = .gren,
+ .version = "0.0.1",
+ .minimum_zig_version = "0.15.1",
+ .paths = .{""},
+ .fingerprint = 0x62407f25438ecb36,
+}