mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
21 lines
671 B
Zig
21 lines
671 B
Zig
.{
|
|
.name = .jetzig_cli,
|
|
.fingerprint = 0x73894a3e0616c96a,
|
|
.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/795136c43f6d5bd216c136748bafd22892277725.tar.gz",
|
|
.hash = "jetquery-0.0.0-TNf3zqZFBgDS2CaIG4DvLwaiGeAxxbfAi-DnEnSKx-mf",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"",
|
|
},
|
|
}
|