1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
zap/facil.io/build.zig.zon

15 lines
402 B
Zig

.{
.name = "facil.io",
.version = "0.0.12",
.dependencies = .{
.@"facil.io" = .{
.url = "git+https://github.com/boazsegev/facil.io#512a354dbd31e1895647df852d1565f9d408ed91",
.hash = "12203c234c0e07604235162ef65bcffa6396f1b77da66810f31e08573a777e97f63d",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}