1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.{
.name = "comments",
.version = "0.0.1",
.dependencies = .{ .pq = .{
.url = "https://code.mfashby.net/pq-zig/snapshot/pq-zig-main.tar.xz",
.hash = "12201517d080461a76f4b26ff78a810d80b1d58e2d3f382da30de1055ebdcea3feaf",
}, .smtp = .{
.url = "https://code.mfashby.net/smtp-zig/snapshot/smtp-zig-main.tar.xz",
.hash = "1220b85b46b525e725f8fdb6e23189aa365976acf388e3b2a5a4da364851c3ec4252",
}, .mustache = .{
.url = "https://github.com/batiati/mustache-zig/archive/refs/heads/master.tar.gz",
.hash = "12205538be57d7c0b92806e87c500c50bfcecb9b083adea8b2fdbec99f46598c922d",
}, .zigwebserver = .{
.url = "https://code.mfashby.net/zigwebserver/snapshot/zigwebserver-main.tar.xz",
.hash = "122084fc67129e92544a86f10ca9a64f2667682aa7dfd6a12a80c374015a33555df6",
} },
.paths = .{""},
}
|