Files
pugz/build.zig.zon
Ankit Patial d633d6a0b5 Bump version to 0.1.1
- Fix panic when mixin not found with relative mixins_dir path
- Add warning log when mixin is not found
2026-01-19 19:17:44 +05:30

21 lines
590 B
Zig

.{
.name = .pugz,
.version = "0.1.1",
.fingerprint = 0x822db0790e17621d, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{
.httpz = .{
.url = "git+https://github.com/karlseguin/http.zig?ref=master#9ef2ffe8d611ff2e1081e5cf39cb4632c145c5b9",
.hash = "httpz-0.0.0-PNVzrIowBwAFr_kqBN1W4KBMC2Ofutasj2ZfNAIcfTzF",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
// For example...
//"LICENSE",
//"README.md",
},
}