1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/build.zig.zon
2023-02-12 14:34:42 +01:00

11 lines
324 B
Zig

.{
.name = "zap",
.version = "0.0.1",
.dependencies = .{
.@"facil.io" = .{
.url = "https://github.com/renerocksai/facil.io/archive/1b2fce7e46128c526880bce28e9ce68cd1e23ce2.tar.gz",
.hash = "1220b1eb9d016ad6c82ea2840acce19726152eec1193f615399170528f160c8c1003",
}
}
}