jetzig/src/init/build.zig.zon
2024-01-21 20:28:27 +00:00

18 lines
469 B
Zig

.{
.name = "%%project_name%%",
.version = "0.0.0",
.dependencies = .{
.jetzig = .{
.url = "https://github.com/jetzig-framework/jetzig/archive/refs/tags/dev.tar.gz",
},
.zmpl = .{
.url = "https://github.com/jetzig-framework/zmpl/archive/refs/tags/0.0.1.tar.gz",
.hash = "12204256376f262a58935d66a2a0b41ac0447299b7e63a4c6ff160ddcef6572cd3c7",
},
},
.paths = .{
"",
},
}