mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
18 lines
469 B
Zig
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 = .{
|
|
"",
|
|
},
|
|
}
|