This commit is contained in:
2025-10-24 14:05:36 +02:00
parent fb29707220
commit a6453733f3
3 changed files with 134 additions and 0 deletions

13
build.zig.zon Normal file
View File

@@ -0,0 +1,13 @@
.{
.name = .faller,
.version = "0.1.0",
.minimum_zig_version = "0.15.1",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
.fingerprint = 0x5d81e6140d8dd19c,
}