its kind of working now
This commit is contained in:
20
build.zig.zon
Normal file
20
build.zig.zon
Normal 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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user