1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/facil.io/build.zig.zon
2025-04-21 09:11:20 -04:00

16 lines
417 B
Zig

.{
.name = .facil_io,
.version = "0.0.12",
.dependencies = .{
.upstream = .{
.url = "git+https://github.com/boazsegev/facil.io#512a354dbd31e1895647df852d1565f9d408ed91",
.hash = "N-V-__8AAL7sgAA8I0wOB2BCNRYu9lvP-mOW8bd9pmgQ8x4I",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
.fingerprint = 0x3b07d4dd92035426,
}