its kind of working now

This commit is contained in:
2026-01-20 09:34:33 -05:00
commit 2d70ba28c0
16 changed files with 3097 additions and 0 deletions

20
build.zig.zon Normal file
View File

@@ -0,0 +1,20 @@
.{
.name = .zyna_db,
.version = "0.1.0",
.fingerprint = 0x990c9202941b334a, // ← Copy from error message
.minimum_zig_version = "0.15.1",
// Specify which files/directories to include in package
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"tests",
"README.md",
"Makefile",
},
.dependencies = .{
// External package dependencies
},
}