mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
20 lines
642 B
Zig
20 lines
642 B
Zig
.{
|
|
.name = "jetzig-cli",
|
|
.version = "0.0.0",
|
|
.minimum_zig_version = "0.12.0",
|
|
|
|
.dependencies = .{
|
|
.args = .{
|
|
.url = "https://github.com/ikskuh/zig-args/archive/968258dc1b1230493d8f1677097c832a3d7e0bd8.tar.gz",
|
|
.hash = "1220bdedf1a993d852d8aebcd63922a8fb163fac37b9c6ff72d187b2847a4a3a4248",
|
|
},
|
|
.jetquery = .{
|
|
.url = "https://github.com/jetzig-framework/jetquery/archive/55ebed84ad80d3d6c6e026c06e37b7de22168e7b.tar.gz",
|
|
.hash = "1220715b9064087cdc114e1a6a087e56d242cea56bc5759b740f4c2d5c1765822add",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
}
|