1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/build.zig.zon
2023-03-10 21:16:15 +01:00

11 lines
319 B
Zig

.{
.name = "zap",
.version = "0.0.6",
.dependencies = .{
.@"facil.io" = .{
.url = "https://github.com/zigzap/facil.io/archive/401acffd4398dacece5c167ecfc194ff1bf14665.tar.gz",
.hash = "1220109c8c8593ec18ed793482779aade4ce44643718742e772ab1acd43eac93574a",
}
}
}