mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
22 lines
607 B
Zig
22 lines
607 B
Zig
.{
|
|
.name = .zx_site,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xc041515566a276f7,
|
|
.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",
|
|
},
|
|
.zx = .{
|
|
.url = "../",
|
|
.hash = "zx-0.0.1-dev.23-8okzKlZXAgCczvT0Fb0y5HglAXl7PjbTf7KalHyuMuVb",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|