mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
266 B
266 B
.{
.name = "My example project",
.version = "0.0.1",
.dependencies = .{
// zap {tag}
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
.hash = "{hash}",
}
}
}