mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
11 lines
315 B
Zig
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"
|
|
},
|
|
},
|
|
}
|