wttr/build.zig.zon

25 lines
848 B
Zig

.{
.name = .wttr,
.version = "0.1.0",
.dependencies = .{
.httpz = .{
.url = "https://github.com/karlseguin/http.zig/archive/refs/heads/master.tar.gz",
.hash = "httpz-0.0.0-PNVzrEktBwCzPoiua-S8LAYo2tILqczm3tSpneEzLQ9L",
},
.maxminddb = .{
.url = "https://github.com/maxmind/libmaxminddb/archive/refs/tags/1.11.0.tar.gz",
.hash = "N-V-__8AAAYyBQCd9x7qVVFKQIxi01UZ1K8ZFZFfTzj99CvX",
},
.openflights = .{
.url = "https://github.com/jpatokal/openflights/archive/refs/heads/master.tar.gz",
.hash = "N-V-__8AAKQtFgNwqtlYfjcAZQB5M1Vqc6ZPqjHkEaMHsJoT",
},
},
.fingerprint = 0x710c2b57e81aa678,
.minimum_zig_version = "0.15.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}