Project template

This commit is contained in:
2025-02-02 16:41:39 +01:00
commit b98288605b
50 changed files with 16702 additions and 0 deletions

11
vendor/zpool/build.zig.zon vendored Normal file
View File

@@ -0,0 +1,11 @@
.{
.name = "zpool",
.version = "0.11.0-dev",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
"LICENSE",
},
}