initial commit
All checks were successful
Run Tests / test (push) Successful in 9m42s
Run Tests / lint (push) Successful in 9m43s

This commit is contained in:
2024-08-27 17:17:02 +02:00
parent 296fa6fa38
commit ffb28f8e5b
6 changed files with 276 additions and 0 deletions

13
build.zig.zon Normal file
View File

@@ -0,0 +1,13 @@
.{
.name = "zlog",
// version name should match the zig version except for the last number,
// which stands for the version inside a given zig version
.version = "0.13.0",
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}