Files
dahlia-sr-0.14.1/dispatch/build.zig.zon
2025-11-06 00:55:42 +07:00

25 lines
750 B
Zig

.{
.name = .dispatch,
.version = "0.0.1",
.fingerprint = 0x8612665a108f7ff7,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.httpz = .{
.url = "https://github.com/karlseguin/http.zig/archive/ef50c6878c3c512786e3311df657eb425b87ba91.tar.gz",
.hash = "1220cf9b8944def0907a43f208a004d9322c6f1972f86792d7f82527965020eb5fba",
},
.protocol = .{
.path = "../protocol",
},
.tls = .{
.url = "https://github.com/ianic/tls.zig/archive/602f05b.tar.gz",
.hash = "12201a2aeb55d0c4a112c5a1806e4d90d734e0e4c21301d4b289f734c3412a883312",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}