1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/wrk/zighttpz/build.zig.zon
2024-04-24 08:50:35 +08:00

11 lines
315 B
Zig

.{
.name = "http.zig-test",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.httpz = .{
.url = "https://github.com/karlseguin/http.zig/archive/zig-0.12.tar.gz",
.hash = "12209b7426293ebe5075b930ae6029c009bfb6deb7ff92b9d69e28463abd14ad03da"
},
},
}