Files
parser/build.zig.zon
Yves Biener 1fb3ed0496
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m44s
add: README, LICENSE and initial project structure
2025-04-25 18:35:54 +02:00

14 lines
325 B
Zig

.{
.name = .parser,
.version = "0.0.0",
.fingerprint = 0x2fb2c373289a7f2b, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.0-dev.56+d0911786c",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}