add: README, LICENSE and initial project structure
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m44s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m44s
This commit is contained in:
13
build.zig.zon
Normal file
13
build.zig.zon
Normal file
@@ -0,0 +1,13 @@
|
||||
.{
|
||||
.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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user