1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.{
.name = "comments",
.version = "0.0.1",
.dependencies = .{ .pq = .{
.url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz",
.hash = "1220895045b9a9333a385a0329d9c11604036f28a2150d10c3ed711d4bab21d4a218",
//.path = "../../pq-zig"
}, .smtp = .{
.url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
.hash = "1220b42673da5f313d4ce816e41de2f17e4b7ebbae1669904b9c17a385d9997e72ed",
//.path = "../../smtp-zig"
}, .mustache = .{
// TODO revert to balati when https://github.com/batiati/mustache-zig/pull/21 is merged
.url = "https://github.com/MFAshby/mustache-zig/archive/refs/heads/master.tar.gz",
.hash = "1220910fce41f46c0f652c3bfe19ca83940b1b26e046d8bdb901e3a9fd0f2b480b1b",
//.path = "../../mustache-zig"
}, .zigwebserver = .{
.url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
.hash = "122065d7f71c3788d59e952a283f714e5df90d50b170a3dc5066dd9cd1d104319831",
//.path = "../../zigwebserver"
} },
.paths = .{""},
}
|