Add initial Zig build system and project structure

This commit is contained in:
2026-07-31 18:30:16 +02:00
parent d032018885
commit 7d85821643
5 changed files with 186 additions and 78 deletions

14
build.zig.zon Normal file
View File

@@ -0,0 +1,14 @@
.{
.name = .zocket,
.version = "0.0.0",
.fingerprint = 0x22ea3973fd74773f,
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}