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-03-03 10:16:34 +08:00

11 lines
347 B
Zig

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