mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
18 lines
471 B
Zig
18 lines
471 B
Zig
.{
|
|
.name = .zx,
|
|
.version = "0.0.1-dev.24",
|
|
.fingerprint = 0xcad77a8d2a3389f2,
|
|
.minimum_zig_version = "0.15.2",
|
|
.dependencies = .{
|
|
.httpz = .{
|
|
.url = "git+https://github.com/karlseguin/http.zig?ref=master#9c918865554c82648cd5eeff52b373d291625edc",
|
|
.hash = "httpz-0.0.0-PNVzrBXyBgBR5yTLW6dUTWtXSahqFsLdEwFI3tVy5J72",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|